Class ConvexHullColliderShape
public class ConvexHullColliderShape : ColliderShape, IDisposable- Inheritance
- 
      objectConvexHullColliderShape
- Implements
- Inherited Members
- Extension Methods
Constructors
ConvexHullColliderShape(IReadOnlyList<Vector3>, IReadOnlyList<uint>, Vector3)
public ConvexHullColliderShape(IReadOnlyList<Vector3> points, IReadOnlyList<uint> indices, Vector3 scaling)Parameters
- pointsIReadOnlyList<Vector3>
- indicesIReadOnlyList<uint>
- scalingVector3
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
- deviceGraphicsDevice