Space Engineers
Public Member Functions | List of all members
Sandbox.Engine.Voxels.MyProviderLeaf Class Reference
Inheritance diagram for Sandbox.Engine.Voxels.MyProviderLeaf:
Sandbox.Engine.Voxels.IMyOctreeLeafNode

Public Member Functions

 MyProviderLeaf (IMyStorageDataProvider provider, MyStorageDataTypeEnum dataType, ref MyCellCoord cell)
 
ContainmentType Intersect (ref BoundingBoxI box, bool lazy=false)
 
bool Intersect (ref LineD line, out double startOffset, out double endOffset)
 

Additional Inherited Members

- Properties inherited from Sandbox.Engine.Voxels.IMyOctreeLeafNode
MyOctreeStorage.ChunkTypeEnum SerializedChunkType [get]
 
int SerializedChunkSize [get]
 
Vector3I VoxelRangeMin [get]
 
bool ReadOnly [get]
 

Detailed Description

Definition at line 10 of file MyProviderLeaf.cs.

Constructor & Destructor Documentation

Sandbox.Engine.Voxels.MyProviderLeaf.MyProviderLeaf ( IMyStorageDataProvider  provider,
MyStorageDataTypeEnum  dataType,
ref MyCellCoord  cell 
)
inline

Definition at line 32 of file MyProviderLeaf.cs.

Member Function Documentation

ContainmentType Sandbox.Engine.Voxels.MyProviderLeaf.Intersect ( ref BoundingBoxI  box,
bool  lazy = false 
)
inline

Implements Sandbox.Engine.Voxels.IMyOctreeLeafNode.

Definition at line 123 of file MyProviderLeaf.cs.

bool Sandbox.Engine.Voxels.MyProviderLeaf.Intersect ( ref LineD  line,
out double  startOffset,
out double  endOffset 
)
inline

Implements Sandbox.Engine.Voxels.IMyOctreeLeafNode.

Definition at line 128 of file MyProviderLeaf.cs.


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