Voxel toolkit
The toolkit that lets you easily import .vox assets and have runtime API
|
Public Member Functions | |
void | SetupVoxelObjectPart (GameObject target, PartInfo partInfo) |
Called when the part is ready for the setup process. | |
void | SetupVoxelObjectPart (GameObject target, PartInfo partInfo) |
Called when the part is ready for the setup process. | |
void VoxelToolkit.MeshColliderSetupHandler.SetupVoxelObjectPart | ( | GameObject | target, |
PartInfo | partInfo | ||
) |
Called when the part is ready for the setup process.
target | The part game object |
partInfo | The mesh descriptor that was used to create the voxel object part |
Implements VoxelToolkit.IVoxelObjectPartSetupHandler.