Class: InteractivePopup

PopupMenu#InteractivePopup

Class that represents a PixiJS InteractivePopup. The class is used for various other Popup-like classes like Popup, Message...

new InteractivePopup (opts) abstract inherited

Creates an instance of an InteractivePopup (only for internal use).

Name Type Description
opts object optional

An options object to specify to style and behaviour of the popup.

Name Type Default Description
closeOnPopup boolean false optional

Should the popup be closed when the user clicks on the popup?

closeButton boolean true optional

Should a close button be displayed on the upper right corner?

button object optional

A Button object to be display on the lower right corner.

buttonGroup object optional

A ButtonGroup object to be displayed on the lower right corner.

Extends