Space Engineers
Public Member Functions | List of all members
Sandbox.Game.WorldEnvironment.Modules.MyStaticEnvironmentModule Class Reference
Inheritance diagram for Sandbox.Game.WorldEnvironment.Modules.MyStaticEnvironmentModule:
Sandbox.Game.WorldEnvironment.Definitions.MyEnvironmentModuleBase Sandbox.Game.WorldEnvironment.IMyEnvironmentModule

Public Member Functions

override unsafe void Init (MyLogicalEnvironmentSectorBase sector, MyObjectBuilder_Base ob)
 
override unsafe void ProcessItems (Dictionary< short, MyLodEnvironmentItemSet > items, List< MySurfaceParams > surfaceParamsPerLod, int[] surfaceParamLodOffsets, int changedLodMin, int changedLodMax)
 
override void Close ()
 
override MyObjectBuilder_EnvironmentModuleBase GetObjectBuilder ()
 
override unsafe void OnItemEnable (int itemId, bool enabled)
 
override void HandleSyncEvent (int logicalItem, object data, bool fromClient)
 
override void DebugDraw ()
 

Additional Inherited Members

- Protected Attributes inherited from Sandbox.Game.WorldEnvironment.Definitions.MyEnvironmentModuleBase
MyLogicalEnvironmentSectorBase Sector
 

Detailed Description

Definition at line 18 of file MyStaticEnvironmentModule.cs.

Member Function Documentation

override void Sandbox.Game.WorldEnvironment.Modules.MyStaticEnvironmentModule.Close ( )
inlinevirtual
override void Sandbox.Game.WorldEnvironment.Modules.MyStaticEnvironmentModule.DebugDraw ( )
inlinevirtual
override MyObjectBuilder_EnvironmentModuleBase Sandbox.Game.WorldEnvironment.Modules.MyStaticEnvironmentModule.GetObjectBuilder ( )
inlinevirtual
override void Sandbox.Game.WorldEnvironment.Modules.MyStaticEnvironmentModule.HandleSyncEvent ( int  logicalItem,
object  data,
bool  fromClient 
)
inlinevirtual
override unsafe void Sandbox.Game.WorldEnvironment.Modules.MyStaticEnvironmentModule.Init ( MyLogicalEnvironmentSectorBase  sector,
MyObjectBuilder_Base  ob 
)
inlinevirtual
override unsafe void Sandbox.Game.WorldEnvironment.Modules.MyStaticEnvironmentModule.OnItemEnable ( int  itemId,
bool  enabled 
)
inlinevirtual
override unsafe void Sandbox.Game.WorldEnvironment.Modules.MyStaticEnvironmentModule.ProcessItems ( Dictionary< short, MyLodEnvironmentItemSet items,
List< MySurfaceParams surfaceParamsPerLod,
int[]  surfaceParamLodOffsets,
int  changedLodMin,
int  changedLodMax 
)
inlinevirtual

The documentation for this class was generated from the following file: