Class FireballMovementComponent
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.enemy.FireballMovementComponent
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
update()
Called once per frame of the game, and should be used for most component logic.Methods inherited from class com.csse3200.game.components.Component
create, dispose, earlyUpdate, getEntity, getPrio, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate
-
Constructor Details
-
FireballMovementComponent
public FireballMovementComponent(com.badlogic.gdx.math.Vector2 velocity)
-
-
Method Details