Class Rotation

java.lang.Object
gaiasky.scene.component.Rotation
All Implemented Interfaces:
com.badlogic.ashley.core.Component, ICopy

public class Rotation extends Object implements com.badlogic.ashley.core.Component, ICopy
  • Field Details Link icon

  • Constructor Details Link icon

    • Rotation Link icon

      public Rotation()
  • Method Details Link icon

    • setRotation Link icon

      public void setRotation(RotationComponent rc)
      Sets the rotation period in hours
    • updateRotation Link icon

      public void updateRotation(RotationComponent rc)
    • getCopy Link icon

      public com.badlogic.ashley.core.Component getCopy(com.badlogic.ashley.core.Engine engine)
      Specified by:
      getCopy in interface ICopy