mooball
    Preparing search index...

    Interface GUI

    interface GUI {
        COMPONENT_TYPE: typeof E_COMPONENT_TYPE;
        EVENT_TYPE: typeof E_EVENT_TYPE;
        FUNCTION_TYPE: typeof E_FUNCTION_TYPE;
        Style: IStyle;
        TEXTURE_TYPE: typeof E_TEXTURE_TYPE;
    }
    Index

    Properties

    COMPONENT_TYPE: typeof E_COMPONENT_TYPE

    This object holds all serializable component types that can be shown inside a popup.

    EVENT_TYPE: typeof E_EVENT_TYPE

    This object holds all serializable events in a Component that can be attached custom callbacks.

    FUNCTION_TYPE: typeof E_FUNCTION_TYPE

    This object holds all serializable functions that can be used as Component event callbacks.

    Style: IStyle

    The class that defines a serializable css style object.

    TEXTURE_TYPE: typeof E_TEXTURE_TYPE

    This object holds all serializable Texture types.