Package | flare.materials.flsl |
Class | public class FLSLMatrix |
Inheritance | FLSLMatrix ![]() |
Implements | flare.materials.flsl.IFLSLValue |
Property | Defined By | ||
---|---|---|---|
offset : int | FLSLMatrix | ||
target : String | FLSLMatrix | ||
value : Matrix3D | FLSLMatrix |
Method | Defined By | ||
---|---|---|---|
FLSLMatrix(name:String, value:Matrix3D = null) | FLSLMatrix | ||
init():void | FLSLMatrix |
offset | property |
public var offset:int
target | property |
public var target:String
value | property |
value:Matrix3D
public function get value():Matrix3D
public function set value(value:Matrix3D):void
FLSLMatrix | () | Constructor |
public function FLSLMatrix(name:String, value:Matrix3D = null)
name:String | |
value:Matrix3D (default = null )
|
init | () | method |
public function init():void