Voxel Array
A container for voxels. It has to be disposed manually.
Properties
The size of the array in one axis (max. 32).
The number of voxels in the array (size^3).
Methods
Creates a new VoxelArray with the specified size for one axis.
Returns the internal NativeArray.
Releases the memory of the VoxelArray.
Indexers
Example
Last updated