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 |
|---|---|
| long | The 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 to calculate a hash for
Returns
Type | Description |
|---|---|
| long | The 64-bit hashcode. |