8 lines
329 B
TypeScript
8 lines
329 B
TypeScript
![]() |
import { Vector3 } from 'three';
|
||
|
import { Entity } from '../DatabaseServices/Entity/Entity';
|
||
|
import { Command } from '../Editor/CommandMachine';
|
||
|
export declare class Command_Rotate implements Command {
|
||
|
exec(): Promise<void>;
|
||
|
Update(basePt: Vector3, an: number, ens: Entity[]): void;
|
||
|
}
|
||
|
//# sourceMappingURL=Rotate.d.ts.map
|