Bandidos
Public Attributes | List of all members
com.mygdx.game.entities.weapons.projectiles.BaseProjectile.HeightStage Enum Reference

Public Attributes

 Idle
 
 Air
 
 Landed
 

Detailed Description

The different stages the projectile can be in.

Author
Ramses Di Perna

Member Data Documentation

◆ Air

com.mygdx.game.entities.weapons.projectiles.BaseProjectile.HeightStage.Air

Has been fired and is now flying through the air.

◆ Idle

com.mygdx.game.entities.weapons.projectiles.BaseProjectile.HeightStage.Idle

Has yet to be fired from the weapon

◆ Landed

com.mygdx.game.entities.weapons.projectiles.BaseProjectile.HeightStage.Landed

Has landed by simply hitting the ground or an enemy.


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