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

Inheritance: AcTools.Render.Kn5Specific.Utils.CarLight, ILight
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Dispose ( ) : void
Draw ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void

Méthodes protégées

Méthode Description
OnEnabledChanged ( bool value ) : void

Private Methods

Méthode Description
CreateLights ( ) : PointLight[]

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
holder DeviceContextHolder
camera ICamera
mode SpecialLightMode
Résultat void

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( bool value ) : void
value bool
Résultat void