Voxel toolkit
The toolkit that lets you easily import .vox assets and have runtime API
|
Interface that lets user customize the part game object when dynamic voxel object setups it. More...
Public Member Functions | |
void | SetupVoxelObjectPart (GameObject target, PartInfo partInfo) |
Called when the part is ready for the setup process. | |
Interface that lets user customize the part game object when dynamic voxel object setups it.
void VoxelToolkit.IVoxelObjectPartSetupHandler.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 |
Implemented in VoxelToolkit.MeshColliderSetupHandler.