TileArray
Creates a new array and allocates enough memory to fit the provided number of elements.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Tilemaps
- Assembly: UnityEngine.TilemapModule
TileArray(int, Allocator)
Creates a new array and allocates enough memory to fit the provided number of elements.
public TileArray(int length, Allocator allocator)
Parameters
TileArray(int, MemoryLabel)
Creates a new array and allocates enough memory to fit the provided number of elements, using the specified memory label.
public TileArray(int length, MemoryLabel memoryLabel)