C# Class FlatRedBall.Graphics.PostProcessing.PostProcessingManager

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

Private Properties

Свойство Type Description
DrawPostProcessing void
InitializeEffects void
PostProcessingManager System
RefreshPostProcessingSurfaceSizes void

Méthodes publiques

Méthode Description
Update ( ) : void

Private Methods

Méthode 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 méthode

public static Update ( ) : void
Résultat void