class nape.phys.Interactor
Available on all platforms
Sub classes | ||||||||
![]() | Body, Compound, Shape |
|
Instance Fields
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 {}
function isCompound():Bool
Fast equivalent to Std.is(interactor, Compound)
*
returns | true if this Interactor is a Compound. |