C# Класс AcTools.Render.DeferredShading.Lights.BaseLight

Наследование: ILight
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
Draw ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
OnInitialize ( DeviceContextHolder holder ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Draw() публичный Метод

public Draw ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
holder DeviceContextHolder
camera ICamera
mode SpecialLightMode
Результат void

DrawInner() публичный абстрактный Метод

public abstract DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
holder DeviceContextHolder
camera ICamera
mode SpecialLightMode
Результат void

OnInitialize() публичный абстрактный Метод

public abstract OnInitialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
Результат void