Class VoxelVolumeInfo
- Namespace
- VoxelPlayground.Engine
- Assembly
- VoxEngineCore.dll
public class VoxelVolumeInfo
- Inheritance
-
object
VoxelVolumeInfo
- Extension Methods
-
Constructors
VoxelVolumeInfo(int3, int3, NativeArray<PointDataV2>)
public VoxelVolumeInfo(int3 chunkCount, int3 cubeCountPerAxisInAChunk, NativeArray<PointDataV2> voxelData)
Parameters
chunkCount int3
cubeCountPerAxisInAChunk int3
voxelData NativeArray<PointDataV2>
Fields
chunkCount
Field Value
- int3
cubeCountPerAxisInAChunk
public int3 cubeCountPerAxisInAChunk
Field Value
- int3
numPoints
Field Value
- int3
voxelData
public NativeArray<PointDataV2> voxelData
Field Value
- NativeArray<PointDataV2>
Methods
Dispose()
IsSurface(int3)
public bool IsSurface(int3 pos)
Parameters
pos int3
Returns
- bool