Package | flare.flsl |
Class | public class FLSLInput |
Inheritance | FLSLInput ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | agalVersion : int = 1 [static] | FLSL | |
attribute : int
The number of the attribute. | FLSLInput | ||
format : String
The format of the attribute. | FLSLInput | ||
![]() | name : String
The name of the flsl object. | FLSL | |
![]() | semantic : String
The semantic which the object is associated. | FLSL |
Method | Defined By | ||
---|---|---|---|
Creates a new FLSLInput object. | FLSLInput | ||
Clones the FLSLInput. | FLSLInput |
attribute | property |
public var attribute:int
The number of the attribute. Should be one of the constants of Surface3D.
See also
format | property |
public var format:String
The format of the attribute. Should be float1, float2, float3 or float4.
FLSLInput | () | Constructor |
public function FLSLInput()
Creates a new FLSLInput object.
clone | () | method |
public function clone():FLSLInput
Clones the FLSLInput.
ReturnsFLSLInput — A cloned FLSLInput object.
|