Axiom.Core.SceneManager.RemoveLight C# (CSharp) 메소드

RemoveLight() 공개 메소드

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.
리턴 void
		public virtual void RemoveLight( Light light )
		{
			this.DestroyMovableObject( light );
		}

Same methods

SceneManager::RemoveLight ( string name ) : void
SceneManager