Base class for gears that manage property changes based on controller pages.

管理基于控制器页面的属性更改的齿轮基类。

层级 (查看完整内容)

构造函数

属性

values: Record<number, any>

The values associated with different pages.

与不同页面关联的值。

disableAllTweenEffect: boolean = false

访问器

  • get propPath(): string
  • 返回 string

    The property path controlled by this gear. Each dot in the path represents a level of hierarchy.

    此齿轮控制的属性路径。路径中的每个点表示一个层级关系。

  • set propPath(value): void
  • 参数

    • value: string

    返回 void