CbEvent

nape.callbacks.CbEvent (final class)

Enumeration of possible callback event types.

Static Members

nape
BEGIN: CbEvent

BEGIN event corresponds to the start of an interaction


nape
ONGOING: CbEvent

ONGOING event corresponds to any step in which an interaction is occuring overlapping with the BEGIN event.


nape
END: CbEvent

END event corresponds to the end of an interaction.


nape
WAKE: CbEvent

WAKE event corresponds to the waking of a Body or Constraint in the space.


nape
SLEEP: CbEvent

SLEEP event corresponds to the sleeping of a Body or Constraint in the space.


nape
BREAK: CbEvent

BREAK event corresponds to the breaking of a defined limit on a Constraint.


nape
PRE: CbEvent

PRE event corresponds to a special mid-step event that occurs after it is determined that two objects 'will' begin to interact, but before any interaction commences.

Instance Members

nape
toString(): String

@private

Returns
String

nape
new(): Void

@private

Private Members

Metadata

Name Parameters
:final -