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

  • Constructor Details

    • Rotation

      public Rotation()
  • Method Details

    • setRotation

      public void setRotation(RotationComponent rc)
      Sets the rotation period in hours
    • getCopy

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