Package zombie.iso

Class IsoCamera

java.lang.Object
zombie.iso.IsoCamera

public class IsoCamera
extends java.lang.Object
  • Field Details

    • cameras

      public static final PlayerCamera[] cameras
    • CamCharacter

      public static IsoGameCharacter CamCharacter
    • FakePos

      public static Vector2 FakePos
    • FakePosVec

      public static Vector2 FakePosVec
    • TargetTileX

      public static int TargetTileX
    • TargetTileY

      public static int TargetTileY
    • PLAYER_OFFSET_X

      public static int PLAYER_OFFSET_X
    • PLAYER_OFFSET_Y

      public static int PLAYER_OFFSET_Y
    • frameState

      public static final IsoCamera.FrameState frameState
  • Constructor Details

    • IsoCamera

      public IsoCamera()
  • Method Details

    • init

      public static void init()
    • update

      public static void update()
    • updateAll

      public static void updateAll()
    • SetCharacterToFollow

      public static void SetCharacterToFollow​(IsoGameCharacter gameCharacter)
    • getRightClickOffX

      public static float getRightClickOffX()
    • getRightClickOffY

      public static float getRightClickOffY()
    • getOffX

      public static float getOffX()
    • getTOffX

      public static float getTOffX()
    • setOffX

      public static void setOffX​(float float1)
    • getOffY

      public static float getOffY()
    • getTOffY

      public static float getTOffY()
    • setOffY

      public static void setOffY​(float float1)
    • getLastOffX

      public static float getLastOffX()
    • setLastOffX

      public static void setLastOffX​(float float1)
    • getLastOffY

      public static float getLastOffY()
    • setLastOffY

      public static void setLastOffY​(float float1)
    • getCamCharacter

      public static IsoGameCharacter getCamCharacter()
    • setCamCharacter

      public static void setCamCharacter​(IsoGameCharacter gameCharacter)
    • getFakePos

      public static Vector2 getFakePos()
    • setFakePos

      public static void setFakePos​(Vector2 vector2)
    • getFakePosVec

      public static Vector2 getFakePosVec()
    • setFakePosVec

      public static void setFakePosVec​(Vector2 vector2)
    • getTargetTileX

      public static int getTargetTileX()
    • setTargetTileX

      public static void setTargetTileX​(int int1)
    • getTargetTileY

      public static int getTargetTileY()
    • setTargetTileY

      public static void setTargetTileY​(int int1)
    • getScreenLeft

      public static int getScreenLeft​(int int1)
    • getScreenWidth

      public static int getScreenWidth​(int int1)
    • getScreenTop

      public static int getScreenTop​(int int1)
    • getScreenHeight

      public static int getScreenHeight​(int int1)
    • getOffscreenLeft

      public static int getOffscreenLeft​(int int1)
    • getOffscreenWidth

      public static int getOffscreenWidth​(int int1)
    • getOffscreenTop

      public static int getOffscreenTop​(int int1)
    • getOffscreenHeight

      public static int getOffscreenHeight​(int int1)