Package zombie.characters
Class IsoGameCharacter.LightInfo
java.lang.Object
zombie.characters.IsoGameCharacter.LightInfo
- Enclosing class:
- IsoGameCharacter
public static class IsoGameCharacter.LightInfo
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LightInfo()
-
Method Summary
Modifier and Type Method Description void
initFrom(IsoGameCharacter.LightInfo lightInfo)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
square
-
x
public float x -
y
public float y -
z
public float z -
angleX
public float angleX -
angleY
public float angleY -
torches
public java.util.ArrayList torches -
time
public long time -
night
public float night -
rmod
public float rmod -
gmod
public float gmod -
bmod
public float bmod
-
-
Constructor Details
-
LightInfo
public LightInfo()
-
-
Method Details
-
initFrom
-