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

RemoveAllLights() public method

Removes all lights from the scene.
public RemoveAllLights ( ) : void
return void
		public virtual void RemoveAllLights()
		{
			this.DestroyAllMovableObjectsByType( LightFactory.TypeName );
		}
SceneManager