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

RemoveAllLights() 공개 메소드

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