Class CameraRotateThread

  • All Implemented Interfaces:
    java.lang.Runnable

    public class CameraRotateThread
    extends java.lang.Object
    implements java.lang.Runnable
    This class represents a thread used to rotate the camera's pitch or angle.
    • Constructor Detail

      • CameraRotateThread

        public CameraRotateThread​(Entity entity,
                                  boolean rotatePitch)
    • Method Detail

      • isFinished

        public boolean isFinished()
      • isSuccess

        public boolean isSuccess()
      • start

        public void start()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • stop

        public void stop()