Packagecom.mousman.as3.agal.parser.shaders
Classpublic class ShaderStore
InheritanceShaderStore Inheritance Object

Store ShaderSet



Public Properties
 PropertyDefined By
  shaderSetArray : Array
[read-only] Return all the ShaderSet contained in the ShaderStore
ShaderStore
Public Methods
 MethodDefined By
  
Constructor.
ShaderStore
  
add(shaderSet:ShaderSet):void
Add a ShaderSet
ShaderStore
  
destroy():void
ShaderStore
  
Return a ShaderSet
ShaderStore
Property Detail
shaderSetArrayproperty
shaderSetArray:Array  [read-only]

Return all the ShaderSet contained in the ShaderStore


Implementation
    public function get shaderSetArray():Array
Constructor Detail
ShaderStore()Constructor
public function ShaderStore()

Constructor. Creates a new ShaderStore instance.

Method Detail
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

Returns
ShaderSet — the shaderSet