构造函数
属性
静态
只读
ID
ID: string = className
访问器
cmdID
- get cmdID(): string
返回 string
方法
run
- run(runner, gx, gy): void
参数
- runner: GraphicsRunner
- gx: number
- gy: number
返回 void
静态
create
- create(scaleX, scaleY, pivotX, pivotY): ScaleCmd
参数
- scaleX: number
- scaleY: number
- pivotX: number
- pivotY: number
ScaleCmd instance
En
Scale command
Zh
缩放命令
Blueprint Ignore