setAsUIComponent 设置为UI动画组件
setAsUIComponent
类型: MethodDeclaration
所属类: AnimationPlayer
定义位置: animation.ts
描述
设置为UI动画组件
返回值
类型: void
源代码
位置: 第 907 行
public setAsUIComponent(): void {
    if (!this.isUIComponent) {
      this.isUIComponent = true
      this.emitterManager = new AnimationParticleEmitterManager()
    }
  }
文档生成时间:2025/7/21 20:53:39