功能:支持切割函数
This commit is contained in:
6
types/Add-on/Obj/Command_ExportObj.d.ts
vendored
Normal file
6
types/Add-on/Obj/Command_ExportObj.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Entity } from '../../DatabaseServices/Entity/Entity';
|
||||
export declare function ExportObj(ens: Entity[]): Promise<void>;
|
||||
export declare class Command_ExportObj {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=Command_ExportObj.d.ts.map
|
1
types/Add-on/Obj/Command_ExportObj.d.ts.map
Normal file
1
types/Add-on/Obj/Command_ExportObj.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Command_ExportObj.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/Obj/Command_ExportObj.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAO9D,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,iBAyB5C;AAED,qBAAa,iBAAiB;IAEpB,IAAI;CAkBb"}
|
7
types/Add-on/Obj/Command_ExportObjMtl.d.ts
vendored
Normal file
7
types/Add-on/Obj/Command_ExportObjMtl.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Entity } from '../../DatabaseServices/Entity/Entity';
|
||||
import { Command } from '../../Editor/CommandMachine';
|
||||
export declare class Command_ExportObjAndMtl implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare function ExportObj(brs: Entity[]): Promise<void>;
|
||||
//# sourceMappingURL=Command_ExportObjMtl.d.ts.map
|
1
types/Add-on/Obj/Command_ExportObjMtl.d.ts.map
Normal file
1
types/Add-on/Obj/Command_ExportObjMtl.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Command_ExportObjMtl.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/Obj/Command_ExportObjMtl.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAE9D,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAOtD,qBAAa,uBAAwB,YAAW,OAAO;IAE7C,IAAI;CAmBb;AAED,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,iBA4B5C"}
|
Reference in New Issue
Block a user