Show / Hide Table of Contents

Class HashUnsafeUtilities

Inheritance
Object
HashUnsafeUtilities
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 HashUnsafeUtilities

Methods

| Improve this Doc View Source

ComputeHash128(Void*, UInt64, UInt64*, UInt64*)

Declaration
public static void ComputeHash128(void *data, ulong dataSize, ulong *hash1, ulong *hash2)
Parameters
Type Name Description
Void* data
UInt64 dataSize
UInt64* hash1
UInt64* hash2
| Improve this Doc View Source

ComputeHash128(Void*, UInt64, Hash128*)

Declaration
public static void ComputeHash128(void *data, ulong dataSize, Hash128*hash)
Parameters
Type Name Description
Void* data
UInt64 dataSize
Hash128* hash
  • Improve this Doc
  • View Source
Back to top Generated by DocFX