Class XEffectInstance
Inheritance
XEffectInstance
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
public sealed class XEffectInstance
Properties
|
Edit this page
View Source
EffectFilename
Declaration
public string EffectFilename { get; set; }
Property Value
|
Edit this page
View Source
FloatParameters
Declaration
public List<Tuple<string, float[]>> FloatParameters { get; }
Property Value
|
Edit this page
View Source
IntegerParameters
Declaration
public List<Tuple<string, int>> IntegerParameters { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
StringParameters
Declaration
public List<Tuple<string, string>> StringParameters { get; }
Property Value