HeightfieldColliderShape.HeightfieldDebugPrimitive Class
Namespace: Stride.Physics
Assembly: Stride.Physics.dll
System.Object →
HeightfieldColliderShape.HeightfieldDebugPrimitive
Derived from HeightfieldColliderShape.HeightfieldDebugPrimitive:
public class HeightfieldDebugPrimitive : IDebugPrimitive
|
Improve this Doc
View Source
Fields
Tiles
public readonly List<HeightfieldColliderShape.HeightfieldDebugPrimitive.Tile> Tiles
Field Value
|
Improve this Doc
View Source
Methods
GetMeshDraws()
public IEnumerable<MeshDraw> GetMeshDraws()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<MeshDraw> |
|
New(GraphicsDevice, HeightfieldColliderShape)
public static HeightfieldColliderShape.HeightfieldDebugPrimitive New(GraphicsDevice device, HeightfieldColliderShape heightfieldColliderShape)
Parameters
Returns
Update(CommandList)
public void Update(CommandList commandList)
Parameters
Extension Methods