Method GetHashCode
GetHashCode()
A custom hashing function that Unity uses to compare the state of parameters.
Declaration
public override int GetHashCode()
Returns
| Type | Description | 
|---|---|
| int | A computed hash code for the current instance.  | 
    
Overrides
UnityEngine.Object.GetHashCode()