Class TriangleCollider
- Namespace
- Stride.BepuPhysics.Definitions.Colliders
- Assembly
- Stride.BepuPhysics.dll
[DataContract]
public sealed class TriangleCollider : ColliderBase- Inheritance
- 
      objectTriangleCollider
- Inherited Members
Properties
A
public Vector3 A { get; set; }Property Value
Remarks
Changing this value will reset some of the internal physics state of this body
B
public Vector3 B { get; set; }Property Value
Remarks
Changing this value will reset some of the internal physics state of this body
C
public Vector3 C { get; set; }Property Value
Remarks
Changing this value will reset some of the internal physics state of this body