Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Allocator.Temp

Description

Use a temporary allocation.

The fastest allocation. Use it for allocations with a lifespan of one frame or fewer. You can't use Temp to pass allocations to NativeContainer instances stored in a job's member field.