psystem tag - tiagodinis/GParticles GitHub Wiki
Description: Tag that holds all the relevant information of a single particle system.
Parent tag: project
Child tags: properties, events, override
| attribute | type | description |
|---|---|---|
| name | string | the string that identifies the particle system |
| prefab | string | the prefab attribute |
Examples:
1) <psystem name="virus">
<override ... />
<properties>
...
</properties>
<events>
...
</events>
</psystem>
2) <psystem name=virus prefab='prefabs/psystem/virusPuddle.xml' />