Class ConvexHullColliderShape
public class ConvexHullColliderShape : ColliderShape, IDisposable
- Inheritance
-
ConvexHullColliderShape
- Implements
- Inherited Members
- Extension Methods
Constructors
ConvexHullColliderShape(IReadOnlyList<Vector3>, IReadOnlyList<uint>, Vector3)
public ConvexHullColliderShape(IReadOnlyList<Vector3> points, IReadOnlyList<uint> indices, Vector3 scaling)
Parameters
points
IReadOnlyList<Vector3>indices
IReadOnlyList<uint>scaling
Vector3
Properties
Indices
public IReadOnlyList<uint> Indices { get; }
Property Value
Points
public IReadOnlyList<Vector3> Points { get; }
Property Value
Methods
CreateDebugPrimitive(GraphicsDevice)
public override MeshDraw CreateDebugPrimitive(GraphicsDevice device)
Parameters
device
GraphicsDevice