Struct ModifiableBodyPair
Namespace: Unity.Physics
Syntax
public struct ModifiableBodyPair
Properties
BodyIndexA
Declaration
public readonly int BodyIndexA { get; }
Property Value
Type | Description |
---|---|
Int32 |
BodyIndexB
Declaration
public readonly int BodyIndexB { get; }
Property Value
Type | Description |
---|---|
Int32 |
EntityA
Declaration
public readonly Entity EntityA { get; }
Property Value
Type | Description |
---|---|
Entity |
EntityB
Declaration
public readonly Entity EntityB { get; }
Property Value
Type | Description |
---|---|
Entity |
Methods
Disable()
Declaration
public void Disable()