Voxel toolkit
The toolkit that lets you easily import .vox assets and have runtime API
|
The voxel data type. More...
Public Member Functions | |
Voxel (byte material) | |
Voxel (VoxelKind voxelKind, byte material) | |
bool | Equals (Voxel other) |
Compares two voxels. | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Public Attributes | |
readonly VoxelKind | VoxelKind |
The kind of the voxel. | |
readonly byte | Material |
The material of the voxel. | |
The voxel data type.
bool VoxelToolkit.Voxel.Equals | ( | Voxel | other | ) |
Compares two voxels.
other | The second voxel to compare with |