Packageflare.materials.flsl
Classpublic class FLSLFilterTexture
InheritanceFLSLFilterTexture Inheritance Object

...



Public Properties
 PropertyDefined By
  index : int
The index of the filter texture.
FLSLFilterTexture
  meta : Object
Stored parameters metadata.
FLSLFilterTexture
  name : String
The name of the filter texture.
FLSLFilterTexture
  value : Texture3D
The value of the filter texture.
FLSLFilterTexture
Public Methods
 MethodDefined By
  
FLSLFilterTexture(name:String, index:int, value:Texture3D = null)
Creates a new FilterTexture.
FLSLFilterTexture
  
Returns a copy of the filter texture.
FLSLFilterTexture
Property Detail
indexproperty
public var index:int

The index of the filter texture.

metaproperty 
public var meta:Object

Stored parameters metadata.

nameproperty 
public var name:String

The name of the filter texture.

valueproperty 
public var value:Texture3D

The value of the filter texture.

Constructor Detail
FLSLFilterTexture()Constructor
public function FLSLFilterTexture(name:String, index:int, value:Texture3D = null)

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

Parameters
name:String — The name of the filter texture.
 
index:int — The index of the filter texture.
 
value:Texture3D (default = null) — The value of the filter texture.
Method Detail
clone()method
public function clone():FLSLFilterTexture

Returns a copy of the filter texture.

Returns
FLSLFilterTexture — A new FilterTexture.