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

Inheritance: 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
DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
OnInitialize ( DeviceContextHolder holder ) : void

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

DrawInner() public abstract méthode

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

OnInitialize() public abstract méthode

public abstract OnInitialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
Résultat void