OpenFairyGUI API
    Preparing search index...

    Interface ControllerActionComposition

    interface ControllerActionComposition {
        actionType: number;
        controllerName?: string;
        delay?: number;
        fromPage?: string[];
        name?: string;
        object?: string | GObject<IGObject, PropertyType>;
        playTimes?: number;
        stopOnExit?: boolean;
        targetPage?: string;
        toPage?: string[];
        transitionName?: string;
    }
    Index
    actionType: number
    controllerName?: string
    delay?: number
    fromPage?: string[]
    name?: string
    object?: string | GObject<IGObject, PropertyType>
    playTimes?: number
    stopOnExit?: boolean
    targetPage?: string
    toPage?: string[]
    transitionName?: string