Table of Contents

Class HeightfieldColliderShape.HeightfieldDebugPrimitive

Namespace
Stride.Physics
Assembly
Stride.Physics.dll
public class HeightfieldColliderShape.HeightfieldDebugPrimitive : IDebugPrimitive
Inheritance
HeightfieldColliderShape.HeightfieldDebugPrimitive
Implements

Fields

Tiles

public readonly List<HeightfieldColliderShape.HeightfieldDebugPrimitive.Tile> Tiles

Field Value

List<HeightfieldColliderShape.HeightfieldDebugPrimitive.Tile>

Methods

GetMeshDraws()

public IEnumerable<MeshDraw> GetMeshDraws()

Returns

IEnumerable<MeshDraw>

New(GraphicsDevice, HeightfieldColliderShape)

public static HeightfieldColliderShape.HeightfieldDebugPrimitive New(GraphicsDevice device, HeightfieldColliderShape heightfieldColliderShape)

Parameters

device GraphicsDevice
heightfieldColliderShape HeightfieldColliderShape

Returns

HeightfieldColliderShape.HeightfieldDebugPrimitive

Update(CommandList)

public void Update(CommandList commandList)

Parameters

commandList CommandList