大约有 462 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
...都添加到舞台上面吧~~ 打开runGame.js(function () { /** * 游戏入口 */ function RunGame(){ this.bg = null; this.mapFloor = null; this.player = null; this.flyEnergy = null; this.speedEnergy = null; RunGame.__super.call(this); this.init(); } //RunGame 是一个显示对象 继承此 Sprite...
来源: Laya_社区 发布时间: 20160803
...自定义组件脚本。然后,将Sprite节点拖入到其暴露的属性入口中,如动图2-23所示。 (动图2-23) 接着,就可以在组件脚本中用代码对Sprite进行控制了,示例代码如下: const { regClass, property } = Laya; @regClass() export class NewScript extends...
来源: Laya3.0_文档 发布时间: 20241014