Base class for all physics engine callback objects.
Callback instances are created internally by the engine and passed to listener
handler functions. They must not be stored beyond the scope of the handler —
they are pooled and reused after the handler returns.
Base class for all physics engine callback objects.
Callback instances are created internally by the engine and passed to listener handler functions. They must not be stored beyond the scope of the handler — they are pooled and reused after the handler returns.
Concrete subclasses:
Converted from nape-compiled.js lines 212–238.