Struct ModifiableBodyPair
Syntax
public struct ModifiableBodyPair
Properties
BodyIndexA
Declaration
public int BodyIndexA { get; }
Property Value
BodyIndexB
Declaration
public int BodyIndexB { get; }
Property Value
BodyIndices
Declaration
[Obsolete("BodyIndices has been deprecated. Use BodyIndexA and BodyIndexB directly. (RemovedAfter 2020-08-01)")]
public BodyIndexPair BodyIndices { get; }
Property Value
Entities
Declaration
[Obsolete("Entities has been deprecated. Use EntityA and EntityB directly. (RemovedAfter 2020-08-01)")]
public EntityPair Entities { get; }
Property Value
EntityA
Declaration
public Entity EntityA { get; }
Property Value
EntityB
Declaration
public Entity EntityB { get; }
Property Value
Methods
Disable()
Declaration