update tag - tiagodinis/GParticles GitHub Wiki

Description: Tag that contains all the update event data.

Parent tag: events

Child tags: override, file

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' />
⚠️ **GitHub.com Fallback** ⚠️