GetTempMeshAllocator(out TempMeshAllocator)
Returns an allocator that can be used to safely allocate temporary meshes from the job system. The meshes have the same scope as those allocated by MeshGenerationContext.AllocateTempMesh.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
GetTempMeshAllocator(TempMeshAllocator)
public void GetTempMeshAllocator(out TempMeshAllocator allocator)
Parameters
The allocator.