Space Engineers
|
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 () |
Definition at line 6 of file IMyClipmapCellHandler.cs.
void VRage.Voxels.IMyClipmapCellHandler.AddToMergeBatch | ( | IMyClipmapCell | cell | ) |
void VRage.Voxels.IMyClipmapCellHandler.AddToScene | ( | IMyClipmapCell | cell | ) |
Implemented in VRageRender.MyClipmapHandler.
IMyClipmapCell VRage.Voxels.IMyClipmapCellHandler.CreateCell | ( | MyClipmapScaleEnum | scaleGroup, |
MyCellCoord | cellCoord, | ||
ref MatrixD | worldMatrix | ||
) |
Implemented in VRageRender.MyClipmapHandler.
void VRage.Voxels.IMyClipmapCellHandler.DebugDrawMergedCells | ( | ) |
void VRage.Voxels.IMyClipmapCellHandler.DeleteCell | ( | IMyClipmapCell | cell | ) |
Implemented in VRageRender.MyClipmapHandler.
float VRage.Voxels.IMyClipmapCellHandler.GetTime | ( | ) |
void VRage.Voxels.IMyClipmapCellHandler.RemoveFromScene | ( | IMyClipmapCell | cell | ) |
Implemented in VRageRender.MyClipmapHandler.
void VRage.Voxels.IMyClipmapCellHandler.UpdateMerging | ( | ) |
void VRage.Voxels.IMyClipmapCellHandler.UpdateMesh | ( | IMyClipmapCell | cell, |
MyRenderMessageUpdateClipmapCell | msg | ||
) |