Skip to main content

updateHitTimestamp 更新受击时间戳

updateHitTimestamp

类型: MethodDeclaration

所属类: Actor

定义位置: actor.ts

描述

更新受击时间戳

返回值

类型: void

源代码

位置: 第 1081 行

public updateHitTimestamp(): void {
this.hitTimestamp = Time.elapsed;
}

文档生成时间:2026/2/1 16:51:38