Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.WorldEnvironment.IMyEnvironmentDataProvider Interface Reference
Inheritance diagram for Sandbox.Game.WorldEnvironment.IMyEnvironmentDataProvider:
Sandbox.Game.WorldEnvironment.MyProceduralEnvironmentProvider

Public Member Functions

MyEnvironmentDataView GetItemView (int lod, ref Vector2I start, ref Vector2I end, ref Vector3D localOrigin)
 
MyObjectBuilder_EnvironmentDataProvider GetObjectBuilder ()
 
void DebugDraw ()
 
MyLogicalEnvironmentSectorBase GetLogicalSector (long sectorId)
 

Properties

IEnumerable< MyLogicalEnvironmentSectorBaseLogicalSectors [get]
 

Detailed Description

Definition at line 150 of file MyAbstractEnvironment.cs.

Member Function Documentation

void Sandbox.Game.WorldEnvironment.IMyEnvironmentDataProvider.DebugDraw ( )
MyEnvironmentDataView Sandbox.Game.WorldEnvironment.IMyEnvironmentDataProvider.GetItemView ( int  lod,
ref Vector2I  start,
ref Vector2I  end,
ref Vector3D  localOrigin 
)
MyLogicalEnvironmentSectorBase Sandbox.Game.WorldEnvironment.IMyEnvironmentDataProvider.GetLogicalSector ( long  sectorId)
MyObjectBuilder_EnvironmentDataProvider Sandbox.Game.WorldEnvironment.IMyEnvironmentDataProvider.GetObjectBuilder ( )

Property Documentation

IEnumerable<MyLogicalEnvironmentSectorBase> Sandbox.Game.WorldEnvironment.IMyEnvironmentDataProvider.LogicalSectors
get

Definition at line 157 of file MyAbstractEnvironment.cs.


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