GetHashCode()
Gets a hashcode of the matrix.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public override int GetHashCode()
Returns
Type | Description |
|---|---|
| int | The hashcode of the matrix |
Remarks
Used to allow Matrix3x3s to be used as keys in hash tables.