OverlayIO

This interface defines a way to create and operate overlay content.

Instances of OverlayIO keep track of content as it is created and removed, and lay it out on the screen using available methods.

Members

Enums

Types
enum Types

Defines known types of overlays. To use a type from this list, use types, spelled lowercase.

Functions

addChildOverlay
void addChildOverlay(Overlayable parent, Overlayable node, OverlayType[] type)

Insert overlay content as a child of another.

addOverlay
void addOverlay(Overlayable node, OverlayType[] type)

Insert new overlay content.

Static functions

types
types()

Get an overlay type defined in OverlayIO.

Inherited Members

From IO

opEquals
bool opEquals(Object )
Undocumented in source.
loadTo
void loadTo(T resource)

Load a resource by reference. This is the same as Node.load.

Meta