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

RemoveLight() public method

Removes the specified light from the scene.
This method removes a previously added light from the scene.
public RemoveLight ( Light light ) : void
light Light Reference to the light to remove.
return void
		public virtual void RemoveLight( Light light )
		{
			this.DestroyMovableObject( light );
		}

Same methods

SceneManager::RemoveLight ( string name ) : void
SceneManager