| Package | flare.materials.flsl |
| Class | public class FLSLFilterTexture |
| Inheritance | FLSLFilterTexture Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
FLSLFilterTexture(name:String, index:int, value:Texture3D = null)
Creates a new FilterTexture. | FLSLFilterTexture | ||
Returns a copy of the filter texture. | FLSLFilterTexture | ||
| index | property |
public var index:intThe index of the filter texture.
| meta | property |
public var meta:ObjectStored parameters metadata.
| name | property |
public var name:StringThe name of the filter texture.
| value | property |
public var value:Texture3DThe value of the filter texture.
| 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.
Parametersname: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.
|
| clone | () | method |
public function clone():FLSLFilterTextureReturns a copy of the filter texture.
ReturnsFLSLFilterTexture — A new FilterTexture.
|