Axiom.Core.SceneManager.RenderSolidObjects C# (CSharp) Method

RenderSolidObjects() protected method

protected RenderSolidObjects ( System list, bool doLightIteration ) : void
list System
doLightIteration bool
return void
		protected void RenderSolidObjects( System.Collections.SortedList list, bool doLightIteration )
		{
			this.RenderSolidObjects( list, doLightIteration, null );
		}

Same methods

SceneManager::RenderSolidObjects ( System list, bool doLightIteration, LightList manualLightList ) : void
SceneManager