Package zombie.iso

Class IsoObjectPicker.ClickObject

java.lang.Object
zombie.iso.IsoObjectPicker.ClickObject
Enclosing class:
IsoObjectPicker

public class IsoObjectPicker.ClickObject
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int height  
    int lx  
    int ly  
    float scaleX  
    float scaleY  
    IsoGridSquare square  
    IsoObject tile  
    int width  
    int x  
    int y  
  • Constructor Summary

    Constructors
    Constructor Description
    ClickObject()  
  • Method Summary

    Modifier and Type Method Description
    int getScore()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • height

      public int height
    • square

      public IsoGridSquare square
    • tile

      public IsoObject tile
    • width

      public int width
    • x

      public int x
    • y

      public int y
    • lx

      public int lx
    • ly

      public int ly
    • scaleX

      public float scaleX
    • scaleY

      public float scaleY
  • Constructor Details

    • ClickObject

      public ClickObject()
  • Method Details

    • getScore

      public int getScore()