Show / Hide Table of Contents

Class HashUtilities

Inheritance
Object
HashUtilities
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
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
Type Name Description
Hash128 inHash
Hash128 outHash
| 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
Name Description
T
| Improve this Doc View Source

QuantisedMatrixHash(ref Matrix4x4, ref Hash128)

Declaration
public static void QuantisedMatrixHash(ref Matrix4x4 value, ref Hash128 hash)
Parameters
Type Name Description
Matrix4x4 value
Hash128 hash
| Improve this Doc View Source

QuantisedVectorHash(ref Vector3, ref Hash128)

Declaration
public static void QuantisedVectorHash(ref Vector3 value, ref Hash128 hash)
Parameters
Type Name Description
Vector3 value
Hash128 hash
  • Improve this Doc
  • View Source
Back to top Generated by DocFX