GetHashCode()
Returns the underlying int as a hash code for this PropertyName. Use GetHashCode to use PropertyName as keys in hash tables.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public override int GetHashCode()
Returns
Type | Description |
|---|---|
| int | The underlying int as the hash code for this PropertyName. |