Class StunTowerAnimationController
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.tower.StunTowerAnimationController
Listens to triggers phrases and executes the required animations.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
Creation method for StunTowerAnimationController, fetches the animationRenderComponent that this controller will be attached to and registers all the event listeners required to trigger the animations.Methods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update
-
Constructor Details
-
StunTowerAnimationController
public StunTowerAnimationController()
-
-
Method Details