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 |
data — Property, class com.desuade.motion.events.ControllerEvent |
|
This this object that gets passed that has different objects depending on what event:
STARTED and ENDED: controller
ADVANCED: controller and position
|
data — Property, class com.desuade.motion.events.PhysicsEvent |
|
This this object that gets passed when an event is fired. |
data — Property, class com.desuade.motion.events.SequenceEvent |
|
This this object that gets passed that has different objects depending on what event:
STARTED and ENDED: sequence
ADVANCED: sequence and position
|
data — Property, class com.desuade.motion.events.TweenEvent |
|
This this object that gets passed that has different objects depending on what dispatches it and what event:
BasicTweens and Tweens (and decedents) pass 2 objects, themselves and the PrimitiveTweens they create: basic and primitive.
Note: The ENDED event does not pass a PrimitiveTween when it's a func-only tween, or when a delayed tween is stopped before it begins to tween.
|
data — Property, class com.desuade.partigen.events.ParticleEvent |
|
This is the info object that's gets passed to the function. |
data — Property, class com.desuade.partigen.events.RenderEvent |
|
This is the info object that's gets passed to the function. |
Debug — class, package com.desuade.debugging |
|
The Debug class is used throughout all Desuade classes to provide information to developers. |
decToHexString(dec:int) — Static Method , class com.desuade.utils.ColorHelper |
|
Converts a decimal to a String-based hex
|
DelayableFunc — class, package com.desuade.motion.sequences |
|
An object used to create delayed functions, mostly for Sequences. |
DelayableFunc(funcObject:Object) — Constructor, class com.desuade.motion.sequences.DelayableFunc |
|
This creates a simple object that runs a function after an optionable delay.
Paramaters for the funcObject:
func:Function – the function to call (without "()")
args:Array – an array of arguments to pass to the function.
delay:Number – the amount of seconds to delay the function call
|
dexmlize(xval:any) — Static Method , class com.desuade.utils.XMLHelper |
|
Cleans a string from an XML object for use in the package. |
DIED — Constant Static Property, class com.desuade.partigen.events.ParticleEvent |
|
This gets fired everytime a particle dies. |
dispose() — method, class com.desuade.utils.BasicObjectPool |
|
Disposes of the pool and all it's objects
|
dom — Property, class com.desuade.utils.SWCFile |
|
This is the ApplicationDomain info from the library.swf
|
drawEase(target:flash.display:Sprite, start:flash.geom:Point, end:flash.geom:Point, easeX:String, easeY:String, segments:int) — Static Method , class com.desuade.utils.Drawing |
|
This draws a line showing a visual representation of an easing equation, often used with Tweens. |
Drawing — class, package com.desuade.utils |
|
Provides basic static methods for drawing. |
drawMethod() — method, class com.desuade.partigen.renderers.PixelRenderer |
| |
drawSlice(target:Object, beginAngle:Number, endAngle:Number, radius:Number, color:any, x:Number, y:Number, precision:int) — Static Method , class com.desuade.utils.Drawing |
|
This method draws a slice graphic to the target sprite
|
duration — Property, class com.desuade.motion.controllers.MotionController |
|
The duration of the entire sequence to last for in seconds. |
duration — Property, class com.desuade.motion.controllers.MultiController |
|
Sets/gets the duration for all child controllers
|
duration — Property, class com.desuade.motion.physics.PrimitivePhysics |
|
How long the physics calculations should be applied for. |
duration — Property, class com.desuade.motion.sequences.ClassSequence |
|
This gets the total duration ONLY if the motionClass is a form of tween. |
duration — Property, class com.desuade.motion.sequences.SequenceGroup |
|
This gets the total duration if the Class ONLY if the motionClass is a tween. |
duration — Property, class com.desuade.motion.tweens.PrimitiveTween |
|
How long the tween will last in ms. |
duration — Property, class com.desuade.partigen.controllers.ParticlePhysicsController |
|
This sets/gets the duration for all the ParticleTweenControllers inside (velocity, acceleration, friction)
|
duration — Property, class com.desuade.partigen.controllers.ParticleTweenController |
|
The duration of the entire controller to last. |
|
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 |