C# Class FlatRedBall.Graphics.EffectContainer

A container for an effect that maintains variable values
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
EffectContainer ( String effectPath ) : System

Creates an effect container

EffectContainer ( String effectPath, String contentManagerName ) : System

Creates an effect container

EffectContainer ( System.Windows.Media.Effects.Effect effect ) : System

Creates an effect container

SetParameterValues ( ) : void

Sets all the parameters in addition to the ones in the effect itself.

Method Details

EffectContainer() public méthode

Creates an effect container
public EffectContainer ( String effectPath ) : System
effectPath String The path to the effect file to use in this container
Résultat System

EffectContainer() public méthode

Creates an effect container
public EffectContainer ( String effectPath, String contentManagerName ) : System
effectPath String The path to the effect file to use in this container
contentManagerName String The name of the content manager to use to load this effect
Résultat System

EffectContainer() public méthode

Creates an effect container
public EffectContainer ( System.Windows.Media.Effects.Effect effect ) : System
effect System.Windows.Media.Effects.Effect The effect to use in this container
Résultat System

SetParameterValues() public méthode

Sets all the parameters in addition to the ones in the effect itself.
public SetParameterValues ( ) : void
Résultat void