Package | flare.materials.flsl |
Class | public class FLSLSampler |
Inheritance | FLSLSampler ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
bias : int = 0 | FLSLSampler | ||
![]() | desc : String | FLSL | |
filter : int | FLSLSampler | ||
height : int = 0 | FLSLSampler | ||
![]() | initialized : Boolean | FLSL | |
mip : int = 2 | FLSLSampler | ||
![]() | name : String | FLSL | |
optimizeForRenderToTexture : Boolean = false | FLSLSampler | ||
request : String | FLSLSampler | ||
![]() | semantic : String | FLSL | |
type : int = 0 | FLSLSampler | ||
![]() | ui : String | FLSL | |
value : Texture3D | FLSLSampler | ||
width : int = 0 | FLSLSampler | ||
wrap : int | FLSLSampler |
Method | Defined By | ||
---|---|---|---|
FLSLSampler(name:String, value:Texture3D = null, type:int) | FLSLSampler | ||
toString():String [override] | FLSLSampler |
Constant | Defined By | ||
---|---|---|---|
FILTER_LINEAR : int [static] | FLSLSampler | ||
FILTER_NEAREST : int = 0 [static] | FLSLSampler | ||
MIP_LINEAR : int = 2 [static] | FLSLSampler | ||
MIP_NEAREST : int = 1 [static] | FLSLSampler | ||
MIP_NONE : int = 0 [static] | FLSLSampler | ||
TEX2D : int = 0 [static] | FLSLSampler | ||
TEXCUBE : int [static] | FLSLSampler | ||
WRAP_CLAMP : int = 0 [static] | FLSLSampler | ||
WRAP_REPEAT : int [static] | FLSLSampler |
bias | property |
public var bias:int = 0
filter | property |
public var filter:int
height | property |
public var height:int = 0
mip | property |
public var mip:int = 2
optimizeForRenderToTexture | property |
public var optimizeForRenderToTexture:Boolean = false
request | property |
public var request:String
type | property |
public var type:int = 0
value | property |
value:Texture3D
public function get value():Texture3D
public function set value(value:Texture3D):void
width | property |
public var width:int = 0
wrap | property |
public var wrap:int
FLSLSampler | () | Constructor |
public function FLSLSampler(name:String, value:Texture3D = null, type:int)
name:String | |
value:Texture3D (default = null )
| |
type:int (default = NaN )
|
toString | () | method |
override public function toString():String
ReturnsString |
FILTER_LINEAR | Constant |
public static const FILTER_LINEAR:int
FILTER_NEAREST | Constant |
public static const FILTER_NEAREST:int = 0
MIP_LINEAR | Constant |
public static const MIP_LINEAR:int = 2
MIP_NEAREST | Constant |
public static const MIP_NEAREST:int = 1
MIP_NONE | Constant |
public static const MIP_NONE:int = 0
TEX2D | Constant |
public static const TEX2D:int = 0
TEXCUBE | Constant |
public static const TEXCUBE:int
WRAP_CLAMP | Constant |
public static const WRAP_CLAMP:int = 0
WRAP_REPEAT | Constant |
public static const WRAP_REPEAT:int