C# Class NewTOAPIA.Modeling.LightManager

Mostra file Open project: Wiladams/NewTOAPIA

Public Methods

Method 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 method

public Attach ( Light aLight ) : void
aLight Light
return void

Detach() public method

public Detach ( Light aLight ) : void
aLight Light
return void

DetachAll() public method

public DetachAll ( ) : void
return void

LightManager() public method

public LightManager ( ) : System
return System

LightManager() public method

public LightManager ( ) : System.Collections.Generic
return System.Collections.Generic

this() public method

public this ( int index ) : Light
index int
return Light