Voxel toolkit
The toolkit that lets you easily import .vox assets and have runtime API
|
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. | |
Interface that lets user customize the process of game object release.
void VoxelToolkit.IVoxelObjectPartReleaseHandler.OnVoxelObjectPartReleased | ( | GameObject | target | ) |
Called when the part is going to be released into object pool.
target | The object to be released |