Interface GetMeshFromFileResponse

C#DoCmd2D後端回傳結構,對應指令:

  • GetMeshFromFile
interface GetMeshFromFileResponse {
    meshData: string;
    success: boolean;
    errmsg?: string;
}

Hierarchy

Properties

meshData: string

Mesh資料,Base64字串

success: boolean

是否處理成功

errmsg?: string

錯誤訊息

Generated using TypeDoc