C# 클래스 NewTOAPIA.Modeling.Light

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
IsValidFrame ( ) : bool
Light ( LightType aType ) : System
SetDirection ( Vector3D direction, bool isUnitLength ) : void

비공개 메소드들

메소드 설명
SetAngle ( float angle ) : void

메소드 상세

IsValidFrame() 공개 메소드

public IsValidFrame ( ) : bool
리턴 bool

Light() 공개 메소드

public Light ( LightType aType ) : System
aType LightType
리턴 System

SetDirection() 공개 메소드

public SetDirection ( Vector3D direction, bool isUnitLength ) : void
direction NewTOAPIA.Graphics.Vector3D
isUnitLength bool
리턴 void