Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: DialogBox

[11:7] extends: FxObj

Wraps FXGL's DialogBox, the handle returned by DialogService.showProgressBox. The single useful operation is close, which dismisses the dialog and returns control to the underlying scene.

Methods

  • DialogBox ()

    Empty default constructor; populated by DialogService.

  • adopt (object Ajo)

    Wraps an existing DialogBox AussomJavaObject.

    • @p Ajo is an AussomJavaObject around a DialogBox.
    • @r A new wrapper.
  • close ()

    Closes the dialog and returns control to the underlying scene.

    • @r this object