hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for screen operations.

    interface ISGISGScreen {
        Close(): any;
        CreateScene(sceneType: string): any;
        getGlobalNode(): ISGNNode;
        GetMessagePort(): ISGROMessagePort;
        GetScene(): ISGNNode;
        SetMessagePort(port: ISGROMessagePort): any;
        Show(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods