This version of Unity is unsupported.

HashUtilities

class in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Utilities to compute hashes.

Static Methods

AppendHashAppend inHash in outHash.
ComputeHash128Compute a 128 bit hash based on a value. the type of the value must be a value type.
QuantisedMatrixHashCompute a Hash128 of a Matrix4x4.
QuantisedVectorHashCompute a Hash128 of a Vector3.