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 pages(): number[]
  • 返回 number[]

    Sets an array of page indices where the object is visible. If the array is empty, the object is visible on all pages.

    设定一个页面索引数组,对象只在这些页面中可见。如果数组为空,则表示在所有页面中都可见。

  • set pages(value): void
  • 参数

    • value: number[]

    返回 void

  • 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

方法