Back

Particles

nunuStudio has a dedicated particle engine, the particle object encapsulates a Emitter and a Group that can be easily edited in the Particle Editor, but more Emitters can be added programmatically during runtime.

To add a new particle object select it from the tool bar. All new particle objects are created with the default template.

Particle Editor

The particle editor can be used to customize the particle object. To open the particle editor, double click on the particle object in the object explorer, a new tab with the particle editor will open.


Here are some of the basic attributes of a particle emitter. Its possible to control these attributes using scripts as well.

Example

In the demo bellow we can see a particle emitter object in action. To try this example in the editor you can download the project file or open it on the Web Editor.