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.