同步最新的源代码

This commit is contained in:
ChenX
2023-02-17 09:40:24 +08:00
parent 6c7fce6930
commit 8f005232a8
229 changed files with 1036 additions and 436 deletions

View File

@@ -3,7 +3,8 @@ import { Command } from "../Editor/CommandMachine";
import { RenderType } from "../GraphicsSystem/RenderType";
export declare class ChangeRenderType implements Command {
private _type;
constructor(_type: RenderType);
private _opacity;
constructor(_type: RenderType, _opacity?: number);
get NoHistory(): boolean;
get Transparency(): boolean;
exec(): Promise<void>;