This plugin starts or stops particles systems.
Init on : Starts or not the particles when the instance starts.
Put a linked object in the anchor. At least a particles emitter must be a child of this object.
A complete tutorial on how to implement particles is available on www.scolring.fr.st
Action |
Function |
module.event à C3D3.instance.start |
Starts the particles on the client. |
module.event à C3D3.instance.stop |
Stops the particles on the client. |
module.event à C3D3.instance.startS |
Starts the particles on all clients. |
module.event à C3D3.instance.stopS |
Stops the particles on all clients. |