Static variables
Constructor
Variables
read onlyuserData:Dynamic<Dynamic>
Dynamic object for user to store additional data.
This object cannot be set, only its dynamically created
properties may be set. In AS3 the type of this property is *
This object will be lazily constructed so that until accessed
for the first time, will be null internally.
Methods
inlineisBody():Bool
Fast equivalent to (interactor is Body)
Returns:
true if this Interactor is a Body.
inlineisCompound():Bool
Fast equivalent to (interactor is Compound)
Returns:
true if this Interactor is a Compound.