大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)
...的脚本,也可以同步到场景中,但是预制体下的runtime类不能同步 3.1.5 覆盖预制体属性 如果我们在场景中操作了预制体节点,比如新增加了UI组件,修改了UI组件的属性,UI组件上挂了脚本,如图3-3所示 (图3-3) 例如场景中List下...
来源: Laya3.0_文档 发布时间: 20241014
...访问器,那这个属性则是只读的,仅可以在IDE中显示,但不能编辑。 getter和setter同时存在的装饰器使用示例代码如下: const { regClass, property } = Laya; @regClass() class Animal { private _weight: number = 0; @property( { type : Number } ) get weight() : num...
来源: Laya3.0_文档 发布时间: 20241014
...访问器,那这个属性则是只读的,仅可以在IDE中显示,但不能编辑。 getter和setter同时存在的装饰器使用示例代码如下: const { regClass, property } = Laya; @regClass() class Animal { private _weight: number = 0; @property( { type : Number } ) get weight() : num...
来源: Laya3.0_文档 发布时间: 20241014