- type
- class
- extends
- Callback
Callback object for Constraint 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 constraint : nape.constraint.Constraint
Constraint involved in callback event.
readonly var event : CbEvent
inherited from nape.callbacks.Callback
CbEvent type this callback was generated for.
readonly var listener : Listener
inherited from nape.callbacks.Callback
The Listener which was responsive for this callback being generated.