C# Class Indiefreaks.Xna.Rendering.PostProcess.NightVisionProcessor

Inheritance: BaseRenderTargetPostProcessor
Mostra file Open project: Indiefreaks/igf

Public Methods

Method Description
ApplyPreferences ( ISystemPreferences preferences ) : void

Use to apply user quality and performance preferences to the resources managed by this object.

EndFrameRendering ( ) : void
NightVisionProcessor ( ) : Indiefreaks.Xna.Rendering.PostProcess.Resources

Method Details

ApplyPreferences() public method

Use to apply user quality and performance preferences to the resources managed by this object.
public ApplyPreferences ( ISystemPreferences preferences ) : void
preferences ISystemPreferences
return void

EndFrameRendering() public method

public EndFrameRendering ( ) : void
return void

NightVisionProcessor() public method

public NightVisionProcessor ( ) : Indiefreaks.Xna.Rendering.PostProcess.Resources
return Indiefreaks.Xna.Rendering.PostProcess.Resources