| Package | flare.materials.flsl |
| Class | public class FLSLFrame |
| Inheritance | FLSLFrame Object |
| Property | Defined By | ||
|---|---|---|---|
| easing : Function | FLSLFrame | ||
| length : Number = 1 | FLSLFrame | ||
| next : FLSLFrame | FLSLFrame | ||
| start : Number = 0 | FLSLFrame | ||
| type : int = 0 | FLSLFrame | ||
| value : Vector.<Number> | FLSLFrame | ||
| Method | Defined By | ||
|---|---|---|---|
FLSLFrame(value:Vector.<Number> = null, type:int = 0) | FLSLFrame | ||
| FLSLFrame | |||
normalizeFrames(frames:Vector.<FLSLFrame>):void [static] | FLSLFrame | ||
| Constant | Defined By | ||
|---|---|---|---|
| TYPE_FRAME : int = 0 [static] | FLSLFrame | ||
| TYPE_TWEEN : int = 1 [static] | FLSLFrame | ||
| easing | property |
public var easing:Function| length | property |
public var length:Number = 1| next | property |
public var next:FLSLFrame| start | property |
public var start:Number = 0| type | property |
public var type:int = 0| value | property |
public var value:Vector.<Number>| FLSLFrame | () | Constructor |
public function FLSLFrame(value:Vector.<Number> = null, type:int = 0)value:Vector.<Number> (default = null) | |
type:int (default = 0) |
| clone | () | method |
| normalizeFrames | () | method |
public static function normalizeFrames(frames:Vector.<FLSLFrame>):voidParameters
frames:Vector.<FLSLFrame> |
| TYPE_FRAME | Constant |
public static const TYPE_FRAME:int = 0| TYPE_TWEEN | Constant |
public static const TYPE_TWEEN:int = 1