Interface ILoadBody

    interface ILoadBody {
        result: {
            glb: string;
            json: string;
            originPath: string;
        };
        simulation: {
            id: string;
        };
    }

    Properties

    Properties

    result: {
        glb: string;
        json: string;
        originPath: string;
    }

    Type declaration

    • glb: string
    • json: string
    • originPath: string
    simulation: {
        id: string;
    }

    Type declaration

    • id: string

    Generated using TypeDoc and TypeDoc Airthium Plugin