Interface SceneTilePaint


  • public interface SceneTilePaint
    Represents the paint of a tile in the current scene.
    • Method Detail

      • getRBG

        int getRBG()
        Gets the RGB value of the paint.
        Returns:
        the paint RGB
      • getSwColor

        int getSwColor()
      • getSeColor

        int getSeColor()
      • getNwColor

        int getNwColor()
      • getNeColor

        int getNeColor()
      • getTexture

        int getTexture()
      • isFlat

        boolean isFlat()
      • getBufferOffset

        int getBufferOffset()
      • setBufferOffset

        void setBufferOffset​(int bufferOffset)
      • getUvBufferOffset

        int getUvBufferOffset()
      • setUvBufferOffset

        void setUvBufferOffset​(int bufferOffset)
      • getBufferLen

        int getBufferLen()
      • setBufferLen

        void setBufferLen​(int bufferLen)