Skip to main content

restore 恢复事件状态

restore

类型: MethodDeclaration

所属类: EventHandler

定义位置: event.ts

描述

恢复事件状态

返回值

类型: void

源代码

位置: 第 658 行

private static restore(): void {
CurrentEvent = this.stacks[--this.index]
CommandList = CurrentEvent.commands
CommandIndex = CurrentEvent.index
}

文档生成时间:2025/7/7 12:07:06