explode3D
Activates or deactivates the 3D explode function. Use this with RxCore.explode3DDistance
to set the separation distance of blocks in a 3D model.
Syntax
RxCore.explode3D(onoff)
Parameters
onoff
: boolean — Set totrue
to activate the function, orfalse
to deactivate.
Returns
- NA — This method does not return a value.