Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

GetTempMeshAllocator(TempMeshAllocator)

public void GetTempMeshAllocator(out TempMeshAllocator allocator)

Parameters

The allocator.