Version: 2022.3
言語: 日本語

UnsafeUtility.Malloc(ulong,int,Allocator)

マニュアルに切り替える

パラメーター

size Size.
alignment Alignment.
allocator Allocator.

戻り値

void Memory pointer.

説明

Allocate memory.

Note: The memory allocated is not initialized to zero. To release the memory, use UnsafeUtility.Free.