Struct BodyIndexPair
A pair of rigid body indices.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct BodyIndexPair
Fields
Name | Description |
---|---|
BodyIndexA | The body index a. |
BodyIndexB | The body index b. |
Properties
Name | Description |
---|---|
Invalid | Gets the invalid BodyIndexPair. |
IsValid | Gets a value indicating whether this object is valid. |