C# Class MilkShakeFramework.Components.PostProccessing.Presets.DistortionLayer

Inheritance: PostProcessingEffect
Afficher le fichier Open project: lucas-jones/MilkShake-old

Méthodes publiques

Méthode Description
Awesmedraw ( ) : void
DistortionLayer ( ) : System
Draw ( ) : void
Load ( Core content ) : void

Private Methods

Méthode Description
DrawFullscreenQuad ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int width, int height, Effect effect ) : void
getMultipleOfTwo ( int a ) : int

Method Details

Awesmedraw() public méthode

public Awesmedraw ( ) : void
Résultat void

DistortionLayer() public méthode

public DistortionLayer ( ) : System
Résultat System

Draw() public méthode

public Draw ( ) : void
Résultat void

Load() public méthode

public Load ( Core content ) : void
content Core
Résultat void