webcad-ue4-api/types/Add-on/ExplosionMap.d.ts

10 lines
343 B
TypeScript
Raw Normal View History

2021-01-28 10:17:21 +08:00
/// <reference types="node" />
2022-05-26 11:06:27 +08:00
import { Object3D, Vector3 } from "three";
2021-01-28 10:17:21 +08:00
import { Command } from "../Editor/CommandMachine";
export declare class Command_ExplosionMap implements Command {
timer: NodeJS.Timeout;
moveObjs: [Object3D, Vector3][];
count: number;
exec(): Promise<void>;
}
//# sourceMappingURL=ExplosionMap.d.ts.map