Class MyEnvironmentDataView
Inheritance
System.Object
MyEnvironmentDataView
Assembly: Sandbox.Game.dll
Syntax
public abstract class MyEnvironmentDataView : Object
Constructors
MyEnvironmentDataView()
Declaration
protected MyEnvironmentDataView()
Fields
End
Declaration
Field Value
IntraSectorOffsets
Declaration
public List<int> IntraSectorOffsets
Field Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Items
Declaration
public MyList<ItemInfo> Items
Field Value
Type |
Description |
VRage.Library.Collections.MyList<ItemInfo> |
|
Listener
Declaration
public MyEnvironmentSector Listener
Field Value
Lod
Declaration
Field Value
Type |
Description |
System.Int32 |
|
LogicalSectors
Declaration
public List<MyLogicalEnvironmentSectorBase> LogicalSectors
Field Value
SectorOffsets
Declaration
public List<int> SectorOffsets
Field Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Start
Declaration
Field Value
Methods
Close()
Declaration
public abstract void Close()
GetLogicalSector(Int32, out Int32, out MyLogicalEnvironmentSectorBase)
Declaration
public void GetLogicalSector(int item, out int logicalItem, out MyLogicalEnvironmentSectorBase sector)
Parameters