GetHashCode32
Gets a 32-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
GetHashCode32<T>()
Gets a 32-bits hashcode from a type computed for the AssemblyQualifiedName
public static int GetHashCode32<T>()
Returns
Type | Description |
|---|---|
| int | The 32-bit hashcode. |
GetHashCode32(Type)
Gets a 32-bits hashcode from a type computed for the AssemblyQualifiedName This method cannot be used from a burst job.
public static int GetHashCode32(Type type)
Parameters
The type to compute the hash from
Returns
Type | Description |
|---|---|
| int | The 32-bit hashcode. |