update tag - tiagodinis/GParticles GitHub Wiki
Description: Tag that contains all the update event data.
Parent tag: events
| attribute | type | description |
|---|---|---|
| iterationStep | uint | specifies the update event iteration interval in milliseconds |
| prefab | string | the prefab attribute |
Examples:
1) <update iterationStep=0>
<override ... />
<file ... />
<file ... />
</update>
2) <update iterationStep=20 prefab='prefabs/update/simpleUpdate.xml' />