Struct ModifiableBodyPair
A modifiable body pair.
Inherited Members
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public struct ModifiableBodyPairProperties
BodyIndexA
Gets the body index a.
Declaration
public int BodyIndexA { get; }Property Value
| Type | Description | 
|---|---|
| int | The body index a. | 
BodyIndexB
Gets the body index b.
Declaration
public int BodyIndexB { get; }Property Value
| Type | Description | 
|---|---|
| int | The body index b. | 
EntityA
Gets the entity a.
Declaration
public Entity EntityA { get; }Property Value
| Type | Description | 
|---|---|
| Entity | The entity a. | 
EntityB
Gets the entity b.
Declaration
public Entity EntityB { get; }Property Value
| Type | Description | 
|---|---|
| Entity | The entity b. | 
Methods
Disable()
Disables this pair.
Declaration
public void Disable()