nape.callbacks.ConstraintCallback

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.

Instance Properties hide inherited show inherited

readonly var constraint : nape.constraint.Constraint

Constraint involved in callback event.

readonly var event : CbEvent

CbEvent type this callback was generated for.

readonly var listener : Listener

The Listener which was responsive for this callback being generated.