resources tag - tiagodinis/GParticles GitHub Wiki
Description: The outer tag of the resources to load.
Parent tag: project
| attribute | type | description |
|---|---|---|
| prefab | string | the prefab attribute |
Examples:
1) <resources>
<private>
...
</private>
<global>
...
</global>
</resources>
2) <resources prefab="prefabs/resources/defaultResources.xml" />