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 |
target — Property, class com.desuade.motion.bases.BaseBasic |
|
The target object
|
target — Property, class com.desuade.motion.bases.BasePrimitive |
|
The target object. |
target — Property, class com.desuade.motion.controllers.MotionController |
|
The target object that will have it's property controlled. |
target — Property, class com.desuade.motion.controllers.MultiController |
|
The target for all child controllers
|
target — Property, class com.desuade.motion.controllers.PhysicsMultiController |
|
The target for the physics to be applied to, since the internal controllers' target is the actual physics object. |
target — Property, class com.desuade.partigen.renderers.StandardRenderer |
|
A visible DisplayObject that will "hold" the particles on the screen. |
toLabeledArray(sort:Boolean) — method, class com.desuade.motion.controllers.KeyframeContainer |
|
Creates an unsorted Array of all the objects in the KeyframeContainer
|
toString() — method, class com.desuade.utils.Random |
|
This returns a new random value within the range each time the Random object is read. |
toXML() — method, class com.desuade.motion.bases.BaseBasic |
|
This creates an XML object that represents the object, based on it's config object. |
toXML() — method, class com.desuade.motion.controllers.Keyframe |
|
Creates an XML object representing the Keyframe. |
toXML() — method, class com.desuade.motion.controllers.KeyframeContainer |
|
This creates an XML object that represents a KeyframeContainer and all it's Keyframes. |
toXML() — method, class com.desuade.motion.controllers.MotionController |
|
Create an XML object that contains the MotionController config, KeyframeContainer, and all child Keyframes. |
toXML() — method, class com.desuade.motion.controllers.MultiController |
|
This creates an XML object representing the MultiController and it's child MotionControllers. |
toXML() — method, class com.desuade.motion.tweens.BasicMultiTween |
|
This creates an XML object that represents the object, based on it's config object. |
toXML() — method, class com.desuade.motion.tweens.MultiTween |
|
This creates an XML object that represents the object, based on it's config object. |
toXML() — method, class com.desuade.partigen.controllers.EmitterController |
|
Creates an XML object containing configuration for the EmitterController
|
toXML() — method, class com.desuade.partigen.controllers.ParticleController |
|
Creates an XML object containing configuration for the ParticleController
|
toXML() — method, class com.desuade.partigen.controllers.ParticlePhysicsController |
|
This creates an XML object representing the ParticlePhysicsController and it's child ParticleTweenControllers.
Note: this does not include the "property" unless it's called from the ParticleController.
|
toXML() — method, class com.desuade.partigen.controllers.ParticleTweenController |
|
Create an XML object that contains the ParticleTweenController config, KeyframeContainer, and all child Keyframes.
Note: this does not include the "property" unless it's called from the ParticleController.
|
toXML() — method, class com.desuade.partigen.emitters.BasicEmitter |
|
This generates an XML object representing the entire emitter
|
toXML() — method, class com.desuade.partigen.emitters.Emitter |
|
This generates an XML object representing the entire emitter
|
traceKeys — Property, class com.desuade.utils.ShortcutManager |
|
Traces the keyCode everytime a key is pressed. |
Tween — class, package com.desuade.motion.tweens |
|
Changes a property's value over time by 'tweening'. |
Tween(target:Object, configObject:Object) — Constructor, class com.desuade.motion.tweens.Tween |
|
The constructor accepts an object that has all the paramaters needed to create a new tween.
Paramaters for the tween object:
property:String – the property to tween
value:– the new (end) value. |
tweenClass — Property, class com.desuade.motion.controllers.KeyframeContainer |
|
Which tween class to use for creating the tweens. |
tweenClass — Static Property, class com.desuade.motion.controllers.MotionController |
|
The default tween class to use for emitter controllers
|
tweenClass — Static Property, class com.desuade.partigen.controllers.EmitterController |
|
The default tween class to use for emitter controllers
|
tweenClass — Static Property, class com.desuade.partigen.controllers.ParticleController |
|
The default tween class to use for emitter controllers
|
TweenEvent — class, package com.desuade.motion.events |
|
This event is created by any of the tween classes in the motion package. |
TweenEvent(type:String, data:Object, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.desuade.motion.events.TweenEvent |
|
Creates a new TweenEvent. |
|
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 |