C# Класс Heirloom.SurfaceEffect

The abstract representation of a particular surface effect.
A surface effect modifies the content of a surface through a shader based post processing step.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
None SurfaceEffect

Защищенные методы

Метод Описание
Apply ( Heirloom.GraphicsContext gfx, Heirloom.Surface surface ) : void

Called when the effect should be applied to the specified surface.

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

Apply() защищенный абстрактный Метод

Called when the effect should be applied to the specified surface.
protected abstract Apply ( Heirloom.GraphicsContext gfx, Heirloom.Surface surface ) : void
gfx Heirloom.GraphicsContext The graphics context.
surface Heirloom.Surface The target surface to modify.
Результат void

Описание свойств

None публичное статическое свойство

A surface effect that makes no changes.
public static SurfaceEffect,Heirloom None
Результат SurfaceEffect