GetOrCreateUnsafe(uint, long, long)
Creates a shared static data unsafely for the specified context and sub-context (usable from both C# and HPC#).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Burst
- Assembly: UnityEngine.BurstModule
public static SharedStatic<T> GetOrCreateUnsafe(uint alignment, long hashCode, long subHashCode)
Parameters
Returns
Type | Description |
|---|---|
| SharedStatic<T> | A newly created or previously cached shared-static for the hashcodes provided. |