Skip to main content

Projectiles

Projectiles are small visual objects that overlap actors (like bullets, arrows, etc.) that can be spawned to create an attack without using full actors.

They are managed in Projectile Types, you have 5 projectile types you can preload, at any time and then spawn the projectiles when you need them.

You can check the Projectiles example for an in-depth usage example.