大约有 666 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
...:* = null):Boolean 派发事件。 EventDispatcher getRes(url:String):* 获取指定资源地址的资源。 LoaderManager hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检...
来源: Laya2.0_api 发布时间: 20190513
laya 发布成微信小游戏 怎么获取从分享中进入的参数 微信小游戏开发 2018-05-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 132*****180 赞同来自: 不可思议の小新 你分享的...
来源: Laya_社区 发布时间: 20180523
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Readonly version version: number Inherited from PrefabImpl.version Defined in laya/res...
来源: Laya3.0_api 发布时间: 20231115
...string Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Static AVATAR AVATAR: string = "AVATAR" Defined in laya/d3/core/Avatar.ts:15 Avatar资...
来源: Laya3.0_api 发布时间: 20231102
...string Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Readonly version version: number Inherited from PrefabImpl.version Defined in laya/res...
来源: Laya3.0_api 发布时间: 20231102
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...
来源: Laya3.0_api 发布时间: 20231115
...还有pc上改变浏览器分辨率获得的resize事件,用laya的时候获取不到当前窗口大小。 2015-11-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 jtscongtou 赞同来自: cuixueying 还有...
来源: Laya_社区 发布时间: 20151102
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String水平对齐方式FontClip alpha : Number透明度,值为0-1,默认值为1,表示不透...
来源: Laya2.0_api 发布时间: 20190513
加载完成的iamge 获取不到宽高 如图: 加载完素材 创建一个图片,getBound()获取到0; 设置skin 获取不到宽高。 附件 : --> 2017-10-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...
来源: Laya_社区 发布时间: 20171031
Animation创建时无法获取高度 var roleAni = new Laya.Animation(); roleAni.loadImages( this.aniUrls( v1, v2, tip, frames ) ).play(); roleAni.pos(x,y); this.root.addChild( roleAni ); roleAni.pivotY = roleAni.getBounds().height; console.log("---> ", roleAni.getBounds() ); 打印为 ---> ...
来源: Laya_社区 发布时间: 20170824