Class HeightfieldColliderShape.HeightfieldDebugPrimitive
public class HeightfieldColliderShape.HeightfieldDebugPrimitive : IDebugPrimitive
- Inheritance
-
HeightfieldColliderShape.HeightfieldDebugPrimitive
- Implements
Fields
Tiles
public readonly List<HeightfieldColliderShape.HeightfieldDebugPrimitive.Tile> Tiles
Field Value
Methods
GetMeshDraws()
public IEnumerable<MeshDraw> GetMeshDraws()
Returns
New(GraphicsDevice, HeightfieldColliderShape)
public static HeightfieldColliderShape.HeightfieldDebugPrimitive New(GraphicsDevice device, HeightfieldColliderShape heightfieldColliderShape)
Parameters
device
GraphicsDeviceheightfieldColliderShape
HeightfieldColliderShape
Returns
Update(CommandList)
public void Update(CommandList commandList)
Parameters
commandList
CommandList