Class ModuleInterfaceAbstract

Class with common functions shared by all layers.

Hierarchy (view full)

Constructors

Properties

pixiOverlay: pixiOverlayBase

Function for pixi overlay.

root: Container<DisplayObject>

Root container for layer.

visibility: boolean = true

True if layer is currently visible.

Methods

  • Set visibility of the root PIXI container to a given value.

    Parameters

    • visible: boolean

      Should layer be visible?

    Returns boolean

    True if new visibility was set

""