C# Class AcTools.Render.DeferredShading.Lights.BaseLight

Inheritance: ILight
ファイルを表示 Open project: gro-ove/actools

Public Methods

Method Description
Dispose ( ) : void
Draw ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
OnInitialize ( DeviceContextHolder holder ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

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

DrawInner() public abstract method

public abstract DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
holder DeviceContextHolder
camera ICamera
mode SpecialLightMode
return void

OnInitialize() public abstract method

public abstract OnInitialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
return void