C# 클래스 NewTOAPIA.Modeling.LightManager

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
Attach ( Light aLight ) : void
Detach ( Light aLight ) : void
DetachAll ( ) : void
LightManager ( ) : System
LightManager ( ) : System.Collections.Generic
this ( int index ) : Light

메소드 상세

Attach() 공개 메소드

public Attach ( Light aLight ) : void
aLight Light
리턴 void

Detach() 공개 메소드

public Detach ( Light aLight ) : void
aLight Light
리턴 void

DetachAll() 공개 메소드

public DetachAll ( ) : void
리턴 void

LightManager() 공개 메소드

public LightManager ( ) : System
리턴 System

LightManager() 공개 메소드

public LightManager ( ) : System.Collections.Generic
리턴 System.Collections.Generic

this() 공개 메소드

public this ( int index ) : Light
index int
리턴 Light