C# Class NewTOAPIA.Modeling.LightManager

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
Attach ( Light aLight ) : void
Detach ( Light aLight ) : void
DetachAll ( ) : void
LightManager ( ) : System
LightManager ( ) : System.Collections.Generic
this ( int index ) : Light

Method Details

Attach() public méthode

public Attach ( Light aLight ) : void
aLight Light
Résultat void

Detach() public méthode

public Detach ( Light aLight ) : void
aLight Light
Résultat void

DetachAll() public méthode

public DetachAll ( ) : void
Résultat void

LightManager() public méthode

public LightManager ( ) : System
Résultat System

LightManager() public méthode

public LightManager ( ) : System.Collections.Generic
Résultat System.Collections.Generic

this() public méthode

public this ( int index ) : Light
index int
Résultat Light