大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0017 秒)
...以在Panel下添加一些子节点。需要添加如下的示例代码,实现脚本控制Panel: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Panel }) public panel: Laya.Panel; //组件被激活后执行,此时所有节点...
来源: Laya3.0_文档 发布时间: 20241014
...拖入到其暴露的属性入口中。需要添加如下的示例代码,实现脚本控制HScrollBar: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.HScrollBar }) public hscroll: Laya.HScrollBar; //组件被激活后执行,...
来源: Laya3.0_文档 发布时间: 20241014
...拖入到其暴露的属性入口中。需要添加如下的示例代码,实现脚本控制VScrollBar: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.VScrollBar }) public vscroll: Laya.VScrollBar; //组件被激活后执行,...
来源: Laya3.0_文档 发布时间: 20241014
...骨骼节点 Spine通过将图片绑定到骨骼上,然后再控制骨骼实现动画。 Skeleton可以将一些经常使用的骨骼动画格式转换为LayaAir引擎支持的骨骼动画格式。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20...
来源: Laya3.0_文档 发布时间: 20241014