![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Stores data about a projectile for a multi-projectile attack. More...
Public Attributes | |
GameObject | projectilePrefab |
Prefab to use. More... | |
Vector2 | positionOffset |
Offset applied to firiing position. More... | |
float | delay |
Per projectile firing delay. More... | |
float | angleOffset |
Rotation applied to facing direction. More... | |
bool | flipX |
Should we flip X? More... | |
bool | flipY |
Should we flip Y? More... | |
Stores data about a projectile for a multi-projectile attack.
float PlatformerPro.MultiProjectileData.angleOffset |
Rotation applied to facing direction.
float PlatformerPro.MultiProjectileData.delay |
Per projectile firing delay.
bool PlatformerPro.MultiProjectileData.flipX |
Should we flip X?
bool PlatformerPro.MultiProjectileData.flipY |
Should we flip Y?
Vector2 PlatformerPro.MultiProjectileData.positionOffset |
Offset applied to firiing position.
GameObject PlatformerPro.MultiProjectileData.projectilePrefab |
Prefab to use.