- type
- class
- subclasses
- nape.dynamics.CollisionArbiter, nape.dynamics.FluidArbiter
Arbiter representing the state of an interaction between two Bodys.
These objects are automatically reused, and you should not keep your own references to them.
These objects are automatically reused, and you should not keep your own references to them.
Instance Properties
readonly var body1 : nape.phys.Body
The first body in Arbiter interaction.
readonly var body2 : nape.phys.Body
readonly var collisionArbiter : Null<CollisionArbiter>
readonly var fluidArbiter : Null<FluidArbiter>
readonly var shape1 : nape.shape.Shape
readonly var shape2 : nape.shape.Shape
readonly var state : nape.callbacks.PreFlag
readonly var type : ArbiterType
The type of this Arbiter.