Class RotationRenderComponent

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, Renderable, Comparable<Renderable>

public class RotationRenderComponent extends AtlasRenderComponent
This component can be used to display different AtlasRegions depending on the compass rotation of the entity.
  • Field Details

    • rotation

      protected Rotation rotation
  • Constructor Details

    • RotationRenderComponent

      public RotationRenderComponent(String atlasPath, Rotation rotation)
      Creates a RotationRenderComponent with the given atlasPath and rotation.
      Parameters:
      atlasPath - - the path to the atlas to use.
      rotation - - the rotation to begin with.
    • RotationRenderComponent

      public RotationRenderComponent(com.badlogic.gdx.graphics.g2d.TextureAtlas atlas, Rotation rotation)
  • Method Details

    • setRotation

      public void setRotation(Rotation rotation)
      Sets the current rotation of the atlas.
      Parameters:
      rotation - - the rotation to set the atlas too.
    • getRotation

      public Rotation getRotation()
      Gets the current rotation of the atlas.
      Returns:
      the current rotation.