| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| unsqueeze(array:Array, item:Object, length:int) — Static Method , class com.desuade.utils.ArrayHelper |
|
This adds an item to the beginning of the specified Array and removes the last item only if it's full. |
| UPDATED — Constant Static Property, class com.desuade.motion.events.MotionEvent |
|
This event gets broadcasted when a value is updated. |
| UPDATED — Constant Static Property, class com.desuade.motion.events.PhysicsEvent |
|
This event is fired when a BasicPhysics object is updating the target's property.
This does not get fired by default, and will only boradcast if update:true is passed to the config
|
| UPDATED — Constant Static Property, class com.desuade.motion.events.TweenEvent |
|
This event is fired when a tween is updating the target's property.
This is not enabled by default for performance reasons.
To enable this in Tween classes, pass update:true into the tween config object – {property:'x', value:50, update:true, duration:2}
|
| updateFunc — Property, class com.desuade.motion.bases.BasePrimitive |
|
The function to run on update. |
| URL — Constant Static Property, class com.desuade.motion.Motion |
|
Homepage for the package
|
| URL — Constant Static Property, class com.desuade.partigen.Partigen |
|
Homepage for the package
|
| useAngle — Property, class com.desuade.partigen.controllers.ParticlePhysicsController |
|
If this is set to true, the physics object will use the emitter's angle value. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |