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