C# Class AcTools.Render.Kn5SpecificDeferred.Kn5ObjectRenderer.DeferredCarLight

Inheritance: AcTools.Render.Kn5Specific.Utils.CarLight, ILight
Datei anzeigen Open project: gro-ove/actools

Public Methods

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

Protected Methods

Method Description
OnEnabledChanged ( bool value ) : void

Private Methods

Method Description
CreateLights ( ) : PointLight[]

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

OnEnabledChanged() protected method

protected OnEnabledChanged ( bool value ) : void
value bool
return void