calculateAnimationPosition
calculateAnimationPosition
类型: MethodDeclaration
所属类: AnimationElement
定义位置: ui.ts
返回值
类型: void
源代码
位置: 第 5298 行
private calculateAnimationPosition() {
this.animationX = this.x + this.width / 2 + this.offsetX
this.animationY = this.y + this.height / 2 + this.offsetY
}
文档生成时间:2025/7/7 12:07:07