Axiom.Graphics.CompositeRenderSystemOperation.Execute C# (CSharp) Method

Execute() public abstract method

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