Key of an effect parameter.
More...
|
override bool | Equals (object obj) |
| Determines whether the specified System.Object is equal to this instance. More...
|
|
override int | GetHashCode () |
| Returns a hash code for this instance. More...
|
|
virtual ParameterKey | CloneLength (int length) |
|
object | ConvertValue (object value) |
| Converts the value passed by parameter to the expecting value of this parameter key (for example, if value is an integer while this parameter key is expecting a float) More...
|
|
int | CompareTo (object obj) |
|
Key of an effect parameter.
Definition at line 15 of file ParameterKey.cs.
SiliconStudio.Paradox.Effects.ParameterKey.ParameterKey |
( |
Type |
propertyType, |
|
|
string |
name, |
|
|
int |
length, |
|
|
ParameterKeyMetadata |
parameterKeyMetadata |
|
) |
| |
|
protected |
Initializes a new instance of the ParameterKey class.
- Parameters
-
name | The name. |
parameterKeyMetadata | Associated metadatas |
Definition at line 24 of file ParameterKey.cs.
virtual ParameterKey SiliconStudio.Paradox.Effects.ParameterKey.CloneLength |
( |
int |
length | ) |
|
|
virtual |
object SiliconStudio.Paradox.Effects.ParameterKey.ConvertValue |
( |
object |
value | ) |
|
Converts the value passed by parameter to the expecting value of this parameter key (for example, if value is an integer while this parameter key is expecting a float)
- Parameters
-
- Returns
- System.Object.
Definition at line 139 of file ParameterKey.cs.
override bool SiliconStudio.Paradox.Effects.ParameterKey.Equals |
( |
object |
obj | ) |
|
Determines whether the specified System.Object is equal to this instance.
- Parameters
-
obj | The System.Object to compare with this instance. |
- Returns
true
if the specified System.Object is equal to this instance; otherwise, false
.
Definition at line 66 of file ParameterKey.cs.
override int SiliconStudio.Paradox.Effects.ParameterKey.GetHashCode |
( |
| ) |
|
Returns a hash code for this instance.
- Returns
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Definition at line 82 of file ParameterKey.cs.
Implements the operator !=.
- Parameters
-
left | The left. |
right | The right. |
- Returns
- The result of the operator.
Definition at line 108 of file ParameterKey.cs.
Implements the operator ==.
- Parameters
-
left | The left. |
right | The right. |
- Returns
- The result of the operator.
Definition at line 95 of file ParameterKey.cs.
ulong SiliconStudio.Paradox.Effects.ParameterKey.HashCode |
int SiliconStudio.Paradox.Effects.ParameterKey.Length |
|
getset |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/engine/SiliconStudio.Paradox/Effects/ParameterKey.cs