C# Class FlatRedBall.Graphics.PostProcessing.PostProcessingManager

Static class providing access to post processing classes including the out-of-the-box post processing features.
Exibir arquivo Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description
DrawPostProcessing void
InitializeEffects void
PostProcessingManager System
RefreshPostProcessingSurfaceSizes void

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
DrawPostProcessing ( Camera camera ) : void
InitializeEffects ( ) : void

Loads all effects and initializes effect variables

This method is automatically called when FlatRedBall is Initialized if post processing is suppoted in the current build of the engine.

PostProcessingManager ( ) : System
RefreshPostProcessingSurfaceSizes ( ) : void

Method Details

Update() public static method

public static Update ( ) : void
return void