Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetHashCode64

Gets a 64-bits hashcode from a type computed for the AssemblyQualifiedName
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: Unity.Burst
  • Assembly: UnityEngine.BurstModule

GetHashCode64<T>()

Gets a 64-bits hashcode from a type computed for the AssemblyQualifiedName
public static long GetHashCode64<T>()

Returns

Type

Description

longThe 64-bit hashcode.

GetHashCode64(Type)

Gets a 64-bits hashcode from a type computed for the AssemblyQualifiedName. This method cannot be used from a burst job.
public static long GetHashCode64(Type type)

Parameters

type

Type to calculate a hash for

Returns

Type

Description

longThe 64-bit hashcode.