This loader load an external .pbj file and creates a specific Shader object.
shader:Shader
Indicates the Shader reference of this loader.
Implementation public function get shader():Shader public function set shader(value:Shader):voidpublic function ShaderLoader(shader:Shader = null, request:URLRequest = null)
Creates a new ShaderLoader instance.
Parameters | shader:Shader (default = null) — The Shader reference used in this loader.
|
| |
| request:URLRequest (default = null) — The URLRequest of this loader to load the external style sheet.
|
Mardi Août 16 2011, 02:33 PM +02:00