C# Class Axiom.Graphics.CompositeRenderSystemOperation

Base class for other render system operations
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
Execute ( SceneManager sm, Axiom.Graphics.RenderSystem rs ) : void

Method Details

Execute() public abstract method

public abstract Execute ( SceneManager sm, Axiom.Graphics.RenderSystem rs ) : void
sm Axiom.Core.SceneManager
rs Axiom.Graphics.RenderSystem
return void