C# 클래스 FlatRedBall.Graphics.EffectContainer

A container for an effect that maintains variable values
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
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.

메소드 상세

EffectContainer() 공개 메소드

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

EffectContainer() 공개 메소드

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
리턴 System

EffectContainer() 공개 메소드

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
리턴 System

SetParameterValues() 공개 메소드

Sets all the parameters in addition to the ones in the effect itself.
public SetParameterValues ( ) : void
리턴 void