properties tag - tiagodinis/GParticles GitHub Wiki
Description: Tag that holds all the psystem properties. A property is a general piece of information relative to the particle system as a whole.
Parent tag: psystem
Child tags: position, rotation, scale, lifetime, numWorkGroups
| attribute | type | description |
|---|---|---|
| prefab | string | the prefab attribute |
Examples:
1) <properties>
<position ... />
<rotation ... />
<scale ... />
<lifetime ... />
<numWorkGroups ... />
</properties>
2) <properties prefab="prefabs/properties/virusProperties.xml" />