| 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 |
| fade — Property, class com.desuade.partigen.renderers.BitmapRenderer |
|
The amount of fade to perform on the BitmapData.
A value of 0 will instantly fade the BitmapData, leaving no trail.
A value of 1 will not fade the BitmapData, "painting" the screen.
Any value in between will fade the BitmapData, like a motion trail.
|
| fadeBlur — Property, class com.desuade.partigen.renderers.BitmapRenderer |
|
The amount of blur to perform on the fade. |
| filters — Property, class com.desuade.partigen.particles.BasicPixelParticle |
| |
| flatten(value:any, extras:Object) — method, class com.desuade.motion.controllers.KeyframeContainer |
|
This "flattens" the container to the given value, setting all the 'value' and 'extra' properties in each keyframe to the same value, essentially removing any tweens.
Note: this always happen: the ease property becomes 'linear' and the spread becomes '0'.
|
| flip — Property, class com.desuade.motion.physics.PrimitivePhysics |
|
Setting this to true will 'flip' the way the property is handled. |
| flip — Property, class com.desuade.partigen.controllers.ParticlePhysicsController |
|
The boolean flip (for cartesian reversal) value to be passed to the internal 'physics' object. |
| followMouse — Property, class com.desuade.partigen.emitters.IDEEmitter |
|
If the emitter follows the mouse. |
| forceVariety — Property, class com.desuade.partigen.emitters.BasicEmitter |
|
This forces pooled particles to rebuild their groups and controllers to eliminate any possible repetition or error at the cost of performance.
Set this to true if you plan on making changes to the emitter while it's running. |
| friction — Property, class com.desuade.motion.physics.BasicPhysics |
|
Sets/gets the friction of the config and PrimitivePhysics object
|
| friction — Property, class com.desuade.motion.physics.PrimitivePhysics |
|
The friction of the property. |
| fromRange(min:Number, max:Number, precision:int) — Static Method , class com.desuade.utils.Random |
|
This static function is used to return a random value from a given range. |
| fromRange(min:any, max:any) — Static Method , class com.desuade.utils.RandomColor |
|
This static function is used to return a random color from a given range. |
| fromXML(xml:XML) — method, class com.desuade.motion.bases.BaseBasic |
|
Configures the object based on the values provided by the XML.
Most properties can assigned in the attributes using the same names.
The values of the attributes will be converted to Numbers if they're not NaN. |
| fromXML(xml:XML, useposition:Boolean) — method, class com.desuade.motion.controllers.Keyframe |
|
Configures the Keyframe from an XML object. |
| fromXML(xml:XML) — method, class com.desuade.motion.controllers.KeyframeContainer |
|
Configures the KeyframeContainer based on the values in the XML and creates child Keyframes. |
| fromXML(xml:XML, useproperty:Boolean, useduration:Boolean) — method, class com.desuade.motion.controllers.MotionController |
|
Configures the MotionController from the XML object and sets the keyframes to the child KeyframeContainer XML and it's child Keyframes. |
| fromXML(xml:XML, usealldurations:Boolean) — method, class com.desuade.motion.controllers.MultiController |
|
Configures the MultiController and creates all child MotionControllers. |
| fromXML(xml:XML) — method, class com.desuade.motion.tweens.BasicMultiTween |
|
Configures the object based on the values provided by the XML.
Most properties can assigned in the attributes using the same names.
The values of the attributes will be converted to Numbers if they're not NaN. |
| fromXML(xml:XML) — method, class com.desuade.motion.tweens.MultiTween |
|
Configures the object based on the values provided by the XML.
Most properties can assigned in the attributes using the same names.
The values of the attributes will be converted to Numbers if they're not NaN. |
| fromXML(xml:XML) — method, class com.desuade.partigen.controllers.EmitterController |
|
This configures the EmitterController from XML and creates all child controllers. |
| fromXML(xml:XML) — method, class com.desuade.partigen.controllers.ParticleController |
|
This configures the ParticleController from XML and creates all child controllers. |
| fromXML(xml:XML) — method, class com.desuade.partigen.controllers.ParticlePhysicsController |
|
Configures the ParticlePhysicsController and creates all child ParticleTweenControllers.
Note: this does not include the "property" unless it's called from the ParticleController.
|
| fromXML(xml:XML) — method, class com.desuade.partigen.controllers.ParticleTweenController |
|
Configures the ParticleTweenController from the XML object and sets the keyframes to the child KeyframeContainer XML and it's child Keyframes.
Note: this does not include the "property" unless it's called from the ParticleController.
|
| fromXML(xml:XML, reset:Boolean, renderer:Boolean) — method, class com.desuade.partigen.emitters.BasicEmitter |
|
This configures the emitter based on the XML, and adds any controllers (if available)
|
| fromXML(xml:XML, reset:Boolean, renderer:Boolean) — method, class com.desuade.partigen.emitters.Emitter |
|
This configures the emitter based on the XML, and adds any controllers (if available)
|
|
| 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 |