Interface UIPointableTextBoxBuilder<BackgroundType>

Interface for 'PointableTextBox'-builder.

Type Parameters

Hierarchy

Methods

  • Make new PointableTextBoxBuilder with different background.

    Type Parameters

    • NewBackgroundType extends PointableBackground<NewBackgroundType> & InternalBackground<NewBackgroundType>

    Parameters

    • newBackground: PointableBackgroundConstructor<NewBackgroundType>

      Constructor for desired PointableBackground. Currently only UIBackgrounds.Arrow is available.

    Returns UIPointableTextBoxBuilder<NewBackgroundType>