Class EffectCompileRequest
Represents an effect compile request done to the EffectSystem.
[DataContract("EffectCompileRequest")]
[DataSerializerGlobal(null, typeof(KeyValuePair<EffectCompileRequest, bool>), DataSerializerGenericMode.None, false, false)]
public class EffectCompileRequest : IEquatable<EffectCompileRequest>
- Inheritance
-
EffectCompileRequest
- Implements
Constructors
EffectCompileRequest()
public EffectCompileRequest()
EffectCompileRequest(string, CompilerParameters)
public EffectCompileRequest(string effectName, CompilerParameters usedParameters)
Parameters
effectName
stringusedParameters
CompilerParameters
Fields
EffectName
public string EffectName
Field Value
UsedParameters
public CompilerParameters UsedParameters
Field Value
Methods
Equals(EffectCompileRequest)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(EffectCompileRequest other)
Parameters
other
EffectCompileRequestAn object to compare with this object.
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.