Gear class for managing boolean properties.

管理布尔属性的齿轮类。

层级 (查看完整内容)

构造函数

属性

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