Axiom.Core.SpecialCaseRenderQueue.RemoveRenderQueue C# (CSharp) Method

RemoveRenderQueue() public method

Removes an item to the 'special case' render queue list
public RemoveRenderQueue ( RenderQueueGroupID queueId ) : void
queueId RenderQueueGroupID The identifier of the queue which should be removed from the /// special case list. Nothing happens if the queue is not in the list.
return void
		public virtual void RemoveRenderQueue( RenderQueueGroupID queueId )
		{
			_queue.Remove( queueId );
		}