Axiom.Graphics.RenderQueue.Clear C# (CSharp) Method

Clear() public method

Clears all
public Clear ( ) : void
return void
		public void Clear()
		{
			Clear( false );
		}

Same methods

RenderQueue::Clear ( bool dispose ) : void