Axiom.Core.SceneManager.RemoveAllLights C# (CSharp) Méthode

RemoveAllLights() public méthode

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