C# Class SEToolbox.Interop.Asteroids.MyVoxelContentCell

Exibir arquivo Open project: midspace/SEToolbox Class Usage Examples

Public Methods

Method Description
Deallocate ( ) : void
GetVoxelContent ( Vector3I &voxelCoordInCell ) : byte
MyVoxelContentCell ( ) : System
SetAllVoxelContents ( byte buffer, BoundingBoxD &bounding ) : void
SetToEmpty ( ) : void
SetVoxelContent ( byte content, Vector3I &voxelCoordInCell ) : void

Private Methods

Method Description
CheckCellType ( ) : void

Method Details

Deallocate() public method

public Deallocate ( ) : void
return void

GetVoxelContent() public method

public GetVoxelContent ( Vector3I &voxelCoordInCell ) : byte
voxelCoordInCell Vector3I
return byte

MyVoxelContentCell() public method

public MyVoxelContentCell ( ) : System
return System

SetAllVoxelContents() public method

public SetAllVoxelContents ( byte buffer, BoundingBoxD &bounding ) : void
buffer byte
bounding BoundingBoxD
return void

SetToEmpty() public method

public SetToEmpty ( ) : void
return void

SetVoxelContent() public method

public SetVoxelContent ( byte content, Vector3I &voxelCoordInCell ) : void
content byte
voxelCoordInCell Vector3I
return void