Package zombie.iso
Class IsoCamera
java.lang.Object
zombie.iso.IsoCamera
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic IsoGameCharacter
static final PlayerCamera[]
static Vector2
static Vector2
static final IsoCamera.FrameState
static int
static int
static int
static int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IsoGameCharacter
static Vector2
static Vector2
static float
static float
static int
getOffscreenHeight
(int int1) static int
getOffscreenLeft
(int int1) static int
getOffscreenTop
(int int1) static int
getOffscreenWidth
(int int1) static float
getOffX()
static float
getOffY()
static float
static float
static int
getScreenHeight
(int int1) static int
getScreenLeft
(int int1) static int
getScreenTop
(int int1) static int
getScreenWidth
(int int1) static int
static int
static float
getTOffX()
static float
getTOffY()
static void
init()
static void
setCamCharacter
(IsoGameCharacter gameCharacter) static void
SetCharacterToFollow
(IsoGameCharacter gameCharacter) static void
setFakePos
(Vector2 vector2) static void
setFakePosVec
(Vector2 vector2) static void
setLastOffX
(float float1) static void
setLastOffY
(float float1) static void
setOffX
(float float1) static void
setOffY
(float float1) static void
setTargetTileX
(int int1) static void
setTargetTileY
(int int1) static void
update()
static void
-
Field Details
-
cameras
-
CamCharacter
-
FakePos
-
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
-
-
Constructor Details
-
IsoCamera
public IsoCamera()
-
-
Method Details
-
init
public static void init() -
update
public static void update() -
updateAll
public static void updateAll() -
SetCharacterToFollow
-
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
-
setCamCharacter
-
getFakePos
-
setFakePos
-
getFakePosVec
-
setFakePosVec
-
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)
-