Space Engineers
Public Member Functions | List of all members
VRage.Voxels.IMyClipmapCellHandler Interface Reference
Inheritance diagram for VRage.Voxels.IMyClipmapCellHandler:
VRageRender.MyClipmapHandler

Public Member Functions

IMyClipmapCell CreateCell (MyClipmapScaleEnum scaleGroup, MyCellCoord cellCoord, ref MatrixD worldMatrix)
 
void DeleteCell (IMyClipmapCell cell)
 
void AddToScene (IMyClipmapCell cell)
 
void RemoveFromScene (IMyClipmapCell cell)
 
void AddToMergeBatch (IMyClipmapCell cell)
 
float GetTime ()
 
void UpdateMesh (IMyClipmapCell cell, MyRenderMessageUpdateClipmapCell msg)
 
void UpdateMerging ()
 
void DebugDrawMergedCells ()
 

Detailed Description

Definition at line 6 of file IMyClipmapCellHandler.cs.

Member Function Documentation

void VRage.Voxels.IMyClipmapCellHandler.AddToMergeBatch ( IMyClipmapCell  cell)
void VRage.Voxels.IMyClipmapCellHandler.AddToScene ( IMyClipmapCell  cell)
IMyClipmapCell VRage.Voxels.IMyClipmapCellHandler.CreateCell ( MyClipmapScaleEnum  scaleGroup,
MyCellCoord  cellCoord,
ref MatrixD  worldMatrix 
)
void VRage.Voxels.IMyClipmapCellHandler.DebugDrawMergedCells ( )
void VRage.Voxels.IMyClipmapCellHandler.DeleteCell ( IMyClipmapCell  cell)
float VRage.Voxels.IMyClipmapCellHandler.GetTime ( )
void VRage.Voxels.IMyClipmapCellHandler.RemoveFromScene ( IMyClipmapCell  cell)
void VRage.Voxels.IMyClipmapCellHandler.UpdateMerging ( )
void VRage.Voxels.IMyClipmapCellHandler.UpdateMesh ( IMyClipmapCell  cell,
MyRenderMessageUpdateClipmapCell  msg 
)

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