Table of Contents

Class TriangleCollider

Namespace
Stride.BepuPhysics.Definitions.Colliders
Assembly
Stride.BepuPhysics.dll
[DataContract]
public sealed class TriangleCollider : ColliderBase
Inheritance
TriangleCollider
Inherited Members

Properties

A

public Vector3 A { get; set; }

Property Value

Vector3

Remarks

Changing this value will reset some of the internal physics state of this body

B

public Vector3 B { get; set; }

Property Value

Vector3

Remarks

Changing this value will reset some of the internal physics state of this body

C

public Vector3 C { get; set; }

Property Value

Vector3

Remarks

Changing this value will reset some of the internal physics state of this body