Interface SceneObject

    • Method Detail

      • getTileHeight

        int getTileHeight()
        Gets the objects tile height.
        Returns:
        int
      • getSecondModel

        Model getSecondModel()
        Gets the optional second model of the object.
        Returns:
        second model, usually null
      • getSecondRotation

        int getSecondRotation()
        Gets the optional second rotation of the object.
        Returns:
        rotation or -1
      • getSecondDirection

        Direction getSecondDirection()
        Gets the optional cardinal direction of the object.
        Returns:
        direction or null
        See Also:
        Direction