Voxel toolkit
The toolkit that lets you easily import .vox assets and have runtime API
|
Holds part related info for setup. More...
Public Member Functions | |
PartInfo (MeshDescriptor meshDescriptor) | |
Creates new part info object. | |
Public Attributes | |
readonly MeshDescriptor | MeshDescriptor |
The descriptor of the mesh that part was created from. | |
Holds part related info for setup.
VoxelToolkit.PartInfo.PartInfo | ( | MeshDescriptor | meshDescriptor | ) |
Creates new part info object.
meshDescriptor | The mesh descriptor used to generate the part |