Assembly: Sandbox.Game.dll

public class MyProceduralLogicalSector: MyLogicalEnvironmentSectorBase, IMyEventProxy, IMyEventOwner

Fields

Member Description
Bounds Inherited from MyLogicalEnvironmentSectorBase
Id Inherited from MyLogicalEnvironmentSectorBase
WorldPos Inherited from MyLogicalEnvironmentSectorBase

Events

Member Description
OnViewerEmpty
OnClose Inherited from MyLogicalEnvironmentSectorBase

Properties

Member Description
DebugData
ServerOwned
DebugData Inherited from MyLogicalEnvironmentSectorBase
MinLod Inherited from MyLogicalEnvironmentSectorBase
Owner Inherited from MyLogicalEnvironmentSectorBase
ServerOwned Inherited from MyLogicalEnvironmentSectorBase

Constructors

Member Description
MyProceduralLogicalSector(MyProceduralEnvironmentProvider, int, int, int, MyObjectBuilder_ProceduralEnvironmentSector)

Methods

Member Description
AddView(MyProceduralDataView, Vector3D, int)
Close()
DebugDraw(int)
DisableItemsInBox(Vector3D, ref BoundingBoxD)
EnableItem(int, bool)
GetItem(int, out ItemInfo)
GetItemDefinition(ushort, out MyRuntimeEnvironmentItemInfo)
GetItemDefinitionId(int)
GetItemsInAabb(ref BoundingBoxD, List)
GetObjectBuilder()
Init(MyObjectBuilder_EnvironmentSector)
InvalidateItem(int)
IterateItems(ItemIterator)
RaiseItemEvent(int, object, bool)
RaiseItemEvent(int, ref MyDefinitionId, T, bool)
ReenableItem(int)
RemoveView(MyProceduralDataView)
RevalidateItem(int)
ToString()
UpdateItemModel(int, short)
UpdateItemModelBatch(List, short)
Close() Inherited from MyLogicalEnvironmentSectorBase
DebugDraw(int) Inherited from MyLogicalEnvironmentSectorBase
DisableItemsInBox(Vector3D, ref BoundingBoxD) Inherited from MyLogicalEnvironmentSectorBase
EnableItem(int, bool) Inherited from MyLogicalEnvironmentSectorBase
GetItem(int, out ItemInfo) Inherited from MyLogicalEnvironmentSectorBase
GetItemDefinition(ushort, out MyRuntimeEnvironmentItemInfo) Inherited from MyLogicalEnvironmentSectorBase
GetItemDefinitionId(int) Inherited from MyLogicalEnvironmentSectorBase
GetItemsInAabb(ref BoundingBoxD, List) Inherited from MyLogicalEnvironmentSectorBase
GetObjectBuilder() Inherited from MyLogicalEnvironmentSectorBase
Init(MyObjectBuilder_EnvironmentSector) Inherited from MyLogicalEnvironmentSectorBase
InvalidateItem(int) Inherited from MyLogicalEnvironmentSectorBase
IterateItems(ItemIterator) Inherited from MyLogicalEnvironmentSectorBase
RaiseItemEvent(int, ref MyDefinitionId, T, bool) Inherited from MyLogicalEnvironmentSectorBase
RevalidateItem(int) Inherited from MyLogicalEnvironmentSectorBase
UpdateItemModel(int, short) Inherited from MyLogicalEnvironmentSectorBase
UpdateItemModelBatch(List, short) Inherited from MyLogicalEnvironmentSectorBase

Inheritance: MyLogicalEnvironmentSectorBase

Implements: