Method GetHashCode
GetHashCode(Vector3)
Returns a hash code for the specified object.
Declaration
public int GetHashCode(Vector3 vec3)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | vec3 |
Returns
| Type | Description |
|---|---|
| int | A hash code for the specified object. |
Implements
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | The type of |