功能:序列化相机的FOV

This commit is contained in:
ChenX
2022-09-28 17:26:49 +08:00
parent fd466aadc0
commit 35f2e8fea9
98 changed files with 483 additions and 289 deletions

View File

@@ -5,6 +5,15 @@ export declare class Command_M0 implements Command {
}
export declare class Command_PackageMove implements Command {
exec(): Promise<void>;
PackageMove(ents: Entity[], oents: Entity[], i1: number, i2: number, i1d?: number, i2d?: number): void;
/**
*
* @param allEnts
* @param i1 平面的x轴的 vector index索引
* @param i2 平面的y轴的 vector index索引
* @param [i1d=1000] 合并间距 x轴
* @param [i2d=1000] 合并间距 y轴
* @memberof Command_PackageMove
*/
PackageMove(allEnts: Entity[], i1: number, i2: number, i1d?: number, i2d?: number): void;
}
//# sourceMappingURL=MoveToWCS0.d.ts.map