Voxel toolkit
The toolkit that lets you easily import .vox assets and have runtime API
Loading...
Searching...
No Matches
VoxelToolkit.IVoxelObjectPartSetupHandler Interface Reference

Interface that lets user customize the part game object when dynamic voxel object setups it. More...

Inheritance diagram for VoxelToolkit.IVoxelObjectPartSetupHandler:
VoxelToolkit.MeshColliderSetupHandler

Public Member Functions

void SetupVoxelObjectPart (GameObject target, PartInfo partInfo)
 Called when the part is ready for the setup process.
 

Detailed Description

Interface that lets user customize the part game object when dynamic voxel object setups it.

Member Function Documentation

◆ SetupVoxelObjectPart()

void VoxelToolkit.IVoxelObjectPartSetupHandler.SetupVoxelObjectPart ( GameObject  target,
PartInfo  partInfo 
)

Called when the part is ready for the setup process.

Parameters
targetThe part game object
partInfoThe mesh descriptor that was used to create the voxel object part

Implemented in VoxelToolkit.MeshColliderSetupHandler.


The documentation for this interface was generated from the following file: