Class DirectionalBuildingAnimationController
java.lang.Object
com.deco2800.game.components.Component
com.deco2800.game.components.building.DirectionalBuildingAnimationController
Some buildings face different direction, as such they will
 have animation in different directions, this component
 accounts for these cases and handles animations and states
 just for these buildings.
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcreate()Called when the entity is created and registered.Methods inherited from class com.deco2800.game.components.Componentdispose, earlyUpdate, getEntity, isAnimationRenderComponent, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update
- 
Constructor Details- 
DirectionalBuildingAnimationControllerpublic DirectionalBuildingAnimationController()
 
- 
- 
Method Details