Class HashUtilities
Inheritance
HashUtilities
Assembly: UnityEngine.dll
Syntax
public static class HashUtilities
Methods
|
Improve this Doc
View Source
AppendHash(ref Hash128, ref Hash128)
Declaration
public static void AppendHash(ref Hash128 inHash, ref Hash128 outHash)
Parameters
|
Improve this Doc
View Source
ComputeHash128<T>(ref T, ref Hash128)
Declaration
public static void ComputeHash128<T>(ref T value, ref Hash128 hash)
where T : struct
Parameters
Type |
Name |
Description |
T |
value |
|
Hash128 |
hash |
|
Type Parameters
|
Improve this Doc
View Source
QuantisedMatrixHash(ref Matrix4x4, ref Hash128)
Declaration
public static void QuantisedMatrixHash(ref Matrix4x4 value, ref Hash128 hash)
Parameters
|
Improve this Doc
View Source
QuantisedVectorHash(ref Vector3, ref Hash128)
Declaration
public static void QuantisedVectorHash(ref Vector3 value, ref Hash128 hash)
Parameters