Packageflare.materials.flsl
Classpublic class FLSLFilterValue
InheritanceFLSLFilterValue Inheritance Object

...



Public Properties
 PropertyDefined By
  currentFrame : Number
FLSLFilterValue
  frames : Vector.<FLSLFrame>
FLSLFilterValue
  index : int
The index of the filter parameter.
FLSLFilterValue
  meta : Object
Stored parameters metadata.
FLSLFilterValue
  name : String
The name of the filter parameter.
FLSLFilterValue
  size : int
The size of the filter parameter.
FLSLFilterValue
  type : String
the type of the filter parameter.
FLSLFilterValue
  value : Vector.<Number>
The value of the filter parameter.
FLSLFilterValue
Public Methods
 MethodDefined By
  
FLSLFilterValue(name:String, type:String, size:int)
Creates a new FilterValue.
FLSLFilterValue
  
Returns a copy of the filter value.
FLSLFilterValue
Property Detail
currentFrameproperty
currentFrame:Number


Implementation
    public function get currentFrame():Number
    public function set currentFrame(value:Number):void
framesproperty 
public var frames:Vector.<FLSLFrame>

indexproperty 
public var index:int

The index of the filter parameter.

metaproperty 
public var meta:Object

Stored parameters metadata.

nameproperty 
public var name:String

The name of the filter parameter.

sizeproperty 
public var size:int

The size of the filter parameter.

typeproperty 
public var type:String

the type of the filter parameter.

valueproperty 
public var value:Vector.<Number>

The value of the filter parameter.

Constructor Detail
FLSLFilterValue()Constructor
public function FLSLFilterValue(name:String, type:String, size:int)

Creates a new FilterValue. This class is auto-generated by Filters class, each filter value corresponds to single parameter on the filter.

Parameters
name:String — The name of the filter parameter.
 
type:String — The type of the filter parameter.
 
size:int — The size of the filter parameter.
Method Detail
clone()method
public function clone():FLSLFilterValue

Returns a copy of the filter value.

Returns
FLSLFilterValue — A new FilterValue.