<aside> ☄️ This object is only available in the BLAST! version.
</aside>
The resource has an ID, a texture ID, a collision ID and a SFX ID
To use this property correctly, check Animating bullets
ID : an ID to be registered. Do not start your ID with “” nor “@anim”. This ID is global, do not write 2 same IDs. If the animState is only for this bullet (aka, you won’t use it for any other bullet later), you can leave ID empty and an ID will be generated automatically.
Texture : name of the animation in Spawning‘s ShapeManager.
Collision : name of the collision node under ShapeManager.
<aside> ⚠️
Changing the collision shape of a bullet at runtime is performance-costly. It is not recommended.
</aside>
SFX : name of the audio node under Spawning‘s SFX node.
Tex Scale : scale of the texture. Will be multiplied by the bullet’s scale.
Tex Skew : skew the texture.
These properties can be left blank. They will then take the values of the “idle” state. If no “idle” state is in the array, default values from [☄️Default idle/spawn/shoot/waiting/delete: default ☄️AnimState for each native state of all bullets.](https://dark-peace.notion.site/Default-idle-spawn-shoot-waiting-delete-default-for-each-native-state-of-all-bullets-0231f6bd205a48029d50891817fe1135) will be taken.