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

Interface that lets user customize the process of game object release. More...

Public Member Functions

void OnVoxelObjectPartReleased (GameObject target)
 Called when the part is going to be released into object pool.
 

Detailed Description

Interface that lets user customize the process of game object release.

Member Function Documentation

◆ OnVoxelObjectPartReleased()

void VoxelToolkit.IVoxelObjectPartReleaseHandler.OnVoxelObjectPartReleased ( GameObject  target)

Called when the part is going to be released into object pool.

Parameters
targetThe object to be released

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