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
inlineisShape():Bool
Fast equivalent to Std.isOfType(interactor, Shape)
Returns:
true if this Interactor is a Shape.
inlineisBody():Bool
Fast equivalent to Std.isOfType(interactor, Body)
Returns:
true if this Interactor is a Body.
inlineisCompound():Bool
Fast equivalent to Std.isOfType(interactor, Compound)
Returns:
true if this Interactor is a Compound.