C# 클래스 AcTools.Render.DeferredShading.Lights.DirectionalLight

상속: BaseLight
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Color Vector3

공개 메소드들

메소드 설명
Dispose ( ) : void
DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
OnInitialize ( DeviceContextHolder holder ) : void
Resize ( DeviceContextHolder holder, int width, int height ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DrawInner() 공개 메소드

public DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
holder DeviceContextHolder
camera ICamera
mode SpecialLightMode
리턴 void

OnInitialize() 공개 메소드

public OnInitialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
리턴 void

Resize() 공개 메소드

public Resize ( DeviceContextHolder holder, int width, int height ) : void
holder DeviceContextHolder
width int
height int
리턴 void

프로퍼티 상세

Color 공개적으로 프로퍼티

public Vector3 Color
리턴 Vector3