C# 클래스 AcTools.Render.Kn5SpecificDeferred.Kn5ObjectRenderer.DeferredCarLight

상속: AcTools.Render.Kn5Specific.Utils.CarLight, ILight
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void

보호된 메소드들

메소드 설명
OnEnabledChanged ( bool value ) : void

비공개 메소드들

메소드 설명
CreateLights ( ) : PointLight[]

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

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

OnEnabledChanged() 보호된 메소드

protected OnEnabledChanged ( bool value ) : void
value bool
리턴 void