Interactor
Static Members
@private
Instance Members
@private
Unique id of this Interactor.
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.
@default {}
Fast equivalent to cast(interactor, Shape)
Fast equivalent to cast(interactor, Body)
Fast equivalent to cast(interactor, Compound)
InteractionGroup assigned to this Interactor.
@default null
Set of CbType's assigned to this Interactor.
@default []
Fast equivalent to Std.isOfType(interactor, Shape)
Returns | Description |
---|---|
Bool | true if this Interactor is a Shape. |
Fast equivalent to Std.isOfType(interactor, Body)
Returns | Description |
---|---|
Bool | true if this Interactor is a Body. |
Fast equivalent to Std.isOfType(interactor, Compound)
Returns | Description |
---|---|
Bool | true if this Interactor is a Compound. |
@private
Returns |
---|
String |