pokemon-rogue-battle
    Preparing search index...

    A basic abstract class to act as a holder and processor for UI elements.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    active: boolean = false
    blockInput: boolean
    config: null | OptionSelectConfig
    cursor: number = 0
    defaultTextStyle: TextStyle = TextStyle.WINDOW
    fullCursor: number = 0
    mode: null | number
    optionSelectBg: NineSlice
    optionSelectContainer: Container
    optionSelectIcons: Sprite[]
    optionSelectText: BBCodeText
    optionSelectTextContainer: Container
    scale: number = 0.1666666667
    scrollCursor: number = 0
    textContent: string
    unskippedIndices: number[] = []

    Methods

    • To be implemented by individual handlers when necessary to free memory Called when BattleScene is reset

      Returns void