Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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.