C# Класс Nez.BloomPostProcessor

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

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

Метод Описание
BloomPostProcessor ( int executionOrder ) : System
onAddedToScene ( ) : void
onSceneBackBufferSizeChanged ( int newWidth, int newHeight ) : void
process ( RenderTarget2D source, RenderTarget2D destination ) : void
setBloomSettings ( BloomSettings settings ) : void

sets the settings used by the bloom and blur shaders

updateBlurEffectDeltas ( ) : void

updates the Effect with the new vertical and horizontal deltas

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

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

public BloomPostProcessor ( int executionOrder ) : System
executionOrder int
Результат System

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

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

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

public onSceneBackBufferSizeChanged ( int newWidth, int newHeight ) : void
newWidth int
newHeight int
Результат void

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

public process ( RenderTarget2D source, RenderTarget2D destination ) : void
source Microsoft.Xna.Framework.Graphics.RenderTarget2D
destination Microsoft.Xna.Framework.Graphics.RenderTarget2D
Результат void

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

sets the settings used by the bloom and blur shaders
public setBloomSettings ( BloomSettings settings ) : void
settings BloomSettings Settings.
Результат void

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

updates the Effect with the new vertical and horizontal deltas
public updateBlurEffectDeltas ( ) : void
Результат void