Class IsoGameCharacter.TorchInfo

java.lang.Object
zombie.characters.IsoGameCharacter.TorchInfo
Enclosing class:
IsoGameCharacter

public static class IsoGameCharacter.TorchInfo
extends java.lang.Object
  • Field Details

    • id

      public int id
    • x

      public float x
    • y

      public float y
    • z

      public float z
    • angleX

      public float angleX
    • angleY

      public float angleY
    • dist

      public float dist
    • strength

      public float strength
    • bCone

      public boolean bCone
    • dot

      public float dot
    • focusing

      public int focusing
  • Constructor Details

    • TorchInfo

      public TorchInfo()
  • Method Details