Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.MultiProjectileData Class Reference

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...
 

Detailed Description

Stores data about a projectile for a multi-projectile attack.

Member Data Documentation

◆ angleOffset

float PlatformerPro.MultiProjectileData.angleOffset

Rotation applied to facing direction.

◆ delay

float PlatformerPro.MultiProjectileData.delay

Per projectile firing delay.

◆ flipX

bool PlatformerPro.MultiProjectileData.flipX

Should we flip X?

◆ flipY

bool PlatformerPro.MultiProjectileData.flipY

Should we flip Y?

◆ positionOffset

Vector2 PlatformerPro.MultiProjectileData.positionOffset

Offset applied to firiing position.

◆ projectilePrefab

GameObject PlatformerPro.MultiProjectileData.projectilePrefab

Prefab to use.


The documentation for this class was generated from the following file: