Package | com.mousman.as3.agal.parser.shaders |
Class | public class ShaderStore |
Inheritance | ShaderStore ![]() |
Property | Defined By | ||
---|---|---|---|
shaderSetArray : Array [read-only]
Return all the ShaderSet contained in the ShaderStore
| ShaderStore |
Method | Defined By | ||
---|---|---|---|
Constructor. | ShaderStore | ||
Add a ShaderSet
| ShaderStore | ||
destroy():void | ShaderStore | ||
getShaderById(id:String):ShaderSet
Return a ShaderSet
| ShaderStore |
shaderSetArray | property |
shaderSetArray:Array
[read-only] Return all the ShaderSet contained in the ShaderStore
public function get shaderSetArray():Array
ShaderStore | () | Constructor |
public function ShaderStore()
Constructor. Creates a new ShaderStore instance.
add | () | method |
public function add(shaderSet:ShaderSet):void
Add a ShaderSet
Parameters
shaderSet:ShaderSet — : ShaderSet
|
destroy | () | method |
public function destroy():void
getShaderById | () | method |
public function getShaderById(id:String):ShaderSet
Return a ShaderSet
Parameters
id:String — : String.Id of the ShaderSet to be returned |
ShaderSet — the shaderSet
|