C# 클래스 AcTools.Render.Base.Shadows.ShadowsDirectional

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

공개 프로퍼티들

프로퍼티 타입 설명
Splits Split[]

공개 메소드들

메소드 설명
Dispose ( ) : void
DrawScene ( DeviceContextHolder holder, IShadowsDraw draw ) : void
Initialize ( DeviceContextHolder holder ) : void
ShadowsDirectional ( int mapSize ) : System
Update ( System.Vector3 direction, BaseCamera camera ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DrawScene() 공개 메소드

public DrawScene ( DeviceContextHolder holder, IShadowsDraw draw ) : void
holder DeviceContextHolder
draw IShadowsDraw
리턴 void

Initialize() 공개 메소드

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

ShadowsDirectional() 공개 메소드

public ShadowsDirectional ( int mapSize ) : System
mapSize int
리턴 System

Update() 공개 메소드

public Update ( System.Vector3 direction, BaseCamera camera ) : void
direction System.Vector3
camera AcTools.Render.Base.Cameras.BaseCamera
리턴 void

프로퍼티 상세

Splits 공개적으로 프로퍼티

public Split[] Splits
리턴 Split[]