大约有 379 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0040 秒)
...sprite); this.drawText(sprite.x, sprite.y, sprite.width, sprite.height); } onEnable(): void { } onDisable(): void { } } export enum layoutType { /**竖排 */ verticalRight = 0, } 2019-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20191103
...///E:/laya/myLaya/myZootopia/bin/js/bundle.js:180:34) at LoveControl.onEnable (file:///E:/laya/myLaya/myZootopia/bin/js/bundle.js:210:18) at LoveView.__proto._activeScripts (file:///E:/laya/myLaya/myZootopia/bin/libs/laya.core.js:21419:32) at LoveView.__proto._processActive (file:/...
来源: Laya_社区 发布时间: 20190625
...intClasspublic class PrismaticJointInheritancePrismaticJoint JointBase Component Object 平移关节:移动关节允许两个物体沿指定轴相对移动,它会阻止相对旋转 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By anchor :...
来源: Laya2.0_api 发布时间: 20190513
...ype:ActionButton}*/ // public actionButtonType; constructor() { super(); } onEnable(): void { } onDisable(): void { } } 2018-12-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: https://ld...
来源: Laya_社区 发布时间: 20181215
...yChild: boolean = true): void { this.destroyed = true; this._destroyAllComponent(); this._parent && this._parent.removeChild(this); //销毁子节点 if (this._children) { if (destroyChild) this.destroyChildren(); else this.removeChildren(); } this.onDestroy(); this._children = null; /...
来源: Laya_社区 发布时间: 20220224
...才能取到json文件里的数据。 使用load()方法,示例如下: onEnable(): void { const jsonPath: string = "json/bagList.json"; Laya.loader.load(jsonPath).then((json) => { let _json = json.data; if (_json.bagList && _json.bagList.length > 0) { //把json数据传递给list...
来源: Laya3.0_文档 发布时间: 20241014
...dialog.addChild(button); dialog.dragArea = '0,0,300,600'; dialog.show(); } onEnable() { this.btnShow.on(Laya.Event.CLICK,this,this.onBtnShowClick); } onDisable() { } } 是不是以为到了这一步就结束了,别着急,还有关键的一个步骤,就是把helloworld.js和我们的场景关...
来源: Laya_社区 发布时间: 20190117
...a2.5 物理系统表现异常BUG 微信6.7.2版本3D显示BUG laya 2.0 bug onEnable 分离模式节点没有创建 问题状态 最新活动: 2020-07-19 12:31 浏览: 5684 关注: 9 人 天梦君 • 2020-07-20 13:49 我的 是刚进游戏就会出现,还有黑屏的情况,但是背景音乐还...
来源: Laya_社区 发布时间: 20191112
... this.loadScene("main.scene"); } onEnable() { console.log('init'); } } /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ class GameConfig { stati...
来源: Laya_社区 发布时间: 20201110
...k/study/project/client/test/air_war/bin/js/bundle.js:70:18) at GameManager.onEnable (file:///D:/work/study/project/client/test/air_war/bin/js/bundle.js:47:18) at Scene._activeScripts (file:///D:/work/study/project/client/test/air_war/bin/libs/laya.core.js:13092:46) at Scene._processActive (file:///D...
来源: Laya_社区 发布时间: 20200309