Table of Contents

Class ConvexHullColliderShape

Namespace
Stride.Physics
Assembly
Stride.Physics.dll
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

IReadOnlyList<uint>

Points

public IReadOnlyList<Vector3> Points { get; }

Property Value

IReadOnlyList<Vector3>

Methods

CreateDebugPrimitive(GraphicsDevice)

public override MeshDraw CreateDebugPrimitive(GraphicsDevice device)

Parameters

device GraphicsDevice

Returns

MeshDraw