Voxel

A single volumetric pixel (cube).

Properties

The index of the voxel's type in a VoxelRenderer.

public ushort Id { get; }

Methods

Creates a new Voxel with the specified id.

public Voxel(ushort id)

Example

var voxel = new Voxel(1);

Last updated