Packageflare.flsl
Classpublic class FLSLSampler
InheritanceFLSLSampler Inheritance FLSL Inheritance Object

FLSLSampler defines a sampler object to be used as a texture.



Public Properties
 PropertyDefined By
 InheritedagalVersion : int = 1
[static]
FLSL
  bias : int = 0
FLSLSampler
  filter : int = 1
FLSLSampler
  format : int = 0
FLSLSampler
  height : int = 0
FLSLSampler
  mip : int = 2
FLSLSampler
 Inheritedname : String
The name of the flsl object.
FLSL
  optimizeForRenderToTexture : Boolean = false
FLSLSampler
  options : int = 0
FLSLSampler
  order : int = 0
FLSLSampler
  request : String
FLSLSampler
 Inheritedsemantic : String
The semantic which the object is associated.
FLSL
  type : int = 0
FLSLSampler
  ui : String
FLSLSampler
  value : Texture3D
FLSLSampler
  width : int = 0
FLSLSampler
  wrap : int = 1
FLSLSampler
Public Methods
 MethodDefined By
  
FLSLSampler(value:Texture3D = null, type:int)
FLSLSampler
  
FLSLSampler
Public Constants
 ConstantDefined By
  FILTER_ANISOTROPIC16X : int = 5
[static]
FLSLSampler
  FILTER_ANISOTROPIC2X : int = 2
[static]
FLSLSampler
  FILTER_ANISOTROPIC4X : int = 3
[static]
FLSLSampler
  FILTER_ANISOTROPIC8X : int = 4
[static]
FLSLSampler
  FILTER_LINEAR : int = 1
[static]
FLSLSampler
  FILTER_NEAREST : int = 0
[static]
FLSLSampler
  FORMAT_COMPRESSED : int = 1
[static]
FLSLSampler
  FORMAT_COMPRESSED_ALPHA : int = 2
[static]
FLSLSampler
  FORMAT_RGBA : int = 0
[static]
FLSLSampler
  MIP_LINEAR : int = 2
[static]
FLSLSampler
  MIP_NEAREST : int = 1
[static]
FLSLSampler
  MIP_NONE : int = 0
[static]
FLSLSampler
  OPTION_CENTROID : int
[static]
FLSLSampler
  OPTION_DEPTH : int
[static]
FLSLSampler
  OPTION_SINGLE : int
[static]
FLSLSampler
  TYPE_2D : int = 0
[static]
FLSLSampler
  TYPE_CUBE : int = 1
[static]
FLSLSampler
  WRAP_CLAMP : int = 0
[static]
FLSLSampler
  WRAP_CLAMP_U : int = 2
[static]
FLSLSampler
  WRAP_CLAMP_V : int = 3
[static]
FLSLSampler
  WRAP_REPEAT : int = 1
[static]
FLSLSampler
Property Detail
biasproperty
public var bias:int = 0

filterproperty 
public var filter:int = 1

formatproperty 
public var format:int = 0

heightproperty 
public var height:int = 0

mipproperty 
public var mip:int = 2

optimizeForRenderToTextureproperty 
public var optimizeForRenderToTexture:Boolean = false

optionsproperty 
public var options:int = 0

orderproperty 
public var order:int = 0

requestproperty 
public var request:String

typeproperty 
public var type:int = 0

uiproperty 
public var ui:String

valueproperty 
public var value:Texture3D

widthproperty 
public var width:int = 0

wrapproperty 
public var wrap:int = 1

Constructor Detail
FLSLSampler()Constructor
public function FLSLSampler(value:Texture3D = null, type:int)



Parameters
value:Texture3D (default = null)
 
type:int (default = NaN)
Method Detail
clone()method
public function clone():FLSLSampler

Returns
FLSLSampler
Constant Detail
FILTER_ANISOTROPIC16XConstant
public static const FILTER_ANISOTROPIC16X:int = 5

FILTER_ANISOTROPIC2XConstant 
public static const FILTER_ANISOTROPIC2X:int = 2

FILTER_ANISOTROPIC4XConstant 
public static const FILTER_ANISOTROPIC4X:int = 3

FILTER_ANISOTROPIC8XConstant 
public static const FILTER_ANISOTROPIC8X:int = 4

FILTER_LINEARConstant 
public static const FILTER_LINEAR:int = 1

FILTER_NEARESTConstant 
public static const FILTER_NEAREST:int = 0

FORMAT_COMPRESSEDConstant 
public static const FORMAT_COMPRESSED:int = 1

FORMAT_COMPRESSED_ALPHAConstant 
public static const FORMAT_COMPRESSED_ALPHA:int = 2

FORMAT_RGBAConstant 
public static const FORMAT_RGBA:int = 0

MIP_LINEARConstant 
public static const MIP_LINEAR:int = 2

MIP_NEARESTConstant 
public static const MIP_NEAREST:int = 1

MIP_NONEConstant 
public static const MIP_NONE:int = 0

OPTION_CENTROIDConstant 
public static const OPTION_CENTROID:int

OPTION_DEPTHConstant 
public static const OPTION_DEPTH:int

OPTION_SINGLEConstant 
public static const OPTION_SINGLE:int

TYPE_2DConstant 
public static const TYPE_2D:int = 0

TYPE_CUBEConstant 
public static const TYPE_CUBE:int = 1

WRAP_CLAMPConstant 
public static const WRAP_CLAMP:int = 0

WRAP_CLAMP_UConstant 
public static const WRAP_CLAMP_U:int = 2

WRAP_CLAMP_VConstant 
public static const WRAP_CLAMP_V:int = 3

WRAP_REPEATConstant 
public static const WRAP_REPEAT:int = 1