HashUtilities
Utilities to compute hashes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static class HashUtilities
Static Methods
Method | Description |
|---|---|
| AppendHash | Append inHash in outHash. |
| ComputeHash128 | Compute a 128 bit hash based on a value. the type of the value must be a value type. |
| QuantisedMatrixHash | Compute a Hash128 of a Matrix4x4. |
| QuantisedVectorHash | Compute a Hash128 of a Vector3. |