Interface UI2dScrollInterface

All Known Implementing Classes:
UI2dScrollContainer, UI2dScrollContext, UIPerformancePane

public interface UI2dScrollInterface
  • Method Details

    • getScrollHeight

      float getScrollHeight()
    • setScrollHeight

      UI2dScrollInterface setScrollHeight(float scrollHeight)
    • getScrollWidth

      float getScrollWidth()
    • setScrollWidth

      UI2dScrollInterface setScrollWidth(float scrollWidth)
    • setScrollSize

      UI2dScrollInterface setScrollSize(float scrollWidth, float scrollHeight)
    • getScrollX

      float getScrollX()
    • getScrollY

      float getScrollY()
    • setScrollX

      UI2dScrollInterface setScrollX(float scrollX)
    • setScrollY

      UI2dScrollInterface setScrollY(float scrollY)