ver
This commit is contained in:
17
types/Add-on/CameraSnapshootCMD.d.ts
vendored
Normal file
17
types/Add-on/CameraSnapshootCMD.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import { Command } from "../Editor/CommandMachine";
|
||||
export declare class Command_CameraSnapshootSave implements Command {
|
||||
Transparency: boolean;
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_CameraSnapshootSaveIndex implements Command {
|
||||
private _SaveIndex;
|
||||
constructor(_SaveIndex: number);
|
||||
Transparency: boolean;
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_CameraSnapshootRestore implements Command {
|
||||
private _Index;
|
||||
constructor(_Index: number);
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=CameraSnapshootCMD.d.ts.map
|
Reference in New Issue
Block a user