同步最新的源代码
This commit is contained in:
3
types/Add-on/SwitchVisualStyles.d.ts
vendored
3
types/Add-on/SwitchVisualStyles.d.ts
vendored
@@ -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>;
|
||||
|
Reference in New Issue
Block a user