- type
- class
- extends
- Callback
Callback object for Pre-Interaction type events.
This, like all other callback objects are automatically reused and you should not keep any reference to them.
This, like all other callback objects are automatically reused and you should not keep any reference to them.
Instance Properties hide inherited show inherited
readonly var arbiter : nape.dynamics.Arbiter

readonly var event : CbEvent
inherited from nape.callbacks.Callback
CbEvent type this callback was generated for.
readonly var int1 : nape.phys.Interactor
readonly var int2 : nape.phys.Interactor
readonly var listener : Listener
inherited from nape.callbacks.Callback
The Listener which was responsive for this callback being generated.