Struct BodyIndexPair
A pair of rigid body indices.
Inherited Members
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public struct BodyIndexPairFields
BodyIndexA
The body index a.
Declaration
public int BodyIndexAField Value
| Type | Description | 
|---|---|
| int | 
BodyIndexB
The body index b.
Declaration
public int BodyIndexBField Value
| Type | Description | 
|---|---|
| int | 
Properties
Invalid
Gets the invalid BodyIndexPair.
Declaration
public static BodyIndexPair Invalid { get; }Property Value
| Type | Description | 
|---|---|
| BodyIndexPair | The invalid BodyIndexPair. | 
IsValid
Gets a value indicating whether this object is valid.
Declaration
public bool IsValid { get; }Property Value
| Type | Description | 
|---|---|
| bool | True if this object is valid, false if not. |