ConvexHullColliderShape Class
Namespace: Stride.Physics
Assembly: Stride.Physics.dll
Derived from ConvexHullColliderShape:
public class ConvexHullColliderShape : ColliderShape, IDisposable
|
Improve this Doc
View Source
Constructors
ConvexHullColliderShape(IReadOnlyList<Vector3>, IReadOnlyList<UInt32>, Vector3)
public ConvexHullColliderShape(IReadOnlyList<Vector3> points, IReadOnlyList<uint> indices, Vector3 scaling)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IReadOnlyList<Vector3> |
points |
|
System.Collections.Generic.IReadOnlyList<System.UInt32> |
indices |
|
Vector3 |
scaling |
|
|
Improve this Doc
View Source
Properties
Indices
public IReadOnlyList<uint> Indices { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.UInt32> |
|
Points
public IReadOnlyList<Vector3> Points { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<Vector3> |
|
|
Improve this Doc
View Source
Methods
CreateDebugPrimitive(GraphicsDevice)
public override MeshDraw CreateDebugPrimitive(GraphicsDevice device)
Parameters
Returns
Overrides
Extension Methods