大约有 190 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0043 秒)
Laya_社区(157) Laya2.0_api(13) Laya2.0_示例(6) Laya3.0_文档(4) Laya3.0_api(4) Laya2.0_文档(3) Laya_示例(3)
...hrome出现错误: Error processing launch: Error Could not attach to main target 分享:打地鼠 AS、JS、TS版本 Demo! 求助关于TiledMap的版本问题 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 请问2.0的版本开始,我...
来源: Laya_社区 发布时间: 20191106
...ger); } /**侦听处理方法*/ onDown(e) { logger.text += "点击 - " + e.target.name + "\n"; } } new Interaction_FixInteractiveRegion();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import Browser = Laya.Browser; import We...
来源: Laya2.0_示例 发布时间: 20241119
...hrome出现错误: Error processing launch: Error Could not attach to main target 请问在layaIDE里,怎么调用微信小程序API laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机...
来源: Laya_社区 发布时间: 20180319
...hrome出现错误: Error processing launch: Error Could not attach to main target LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 laya2的Scene默认是文件模式,不会生成场景类...
来源: Laya_社区 发布时间: 20170620
...hrome出现错误: Error processing launch: Error Could not attach to main target IDE1.7.8 json图集加载问题 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 谷歌浏览器播放mp3出现The AudioContext was not allowed to st...
来源: Laya_社区 发布时间: 20171016
...hrome出现错误: Error processing launch: Error Could not attach to main target Ts 编辑提示error TS5023: Unknown option 'p' 骨骼动画播放完后的回调时间 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 FairyGUI是一款专业的...
来源: Laya_社区 发布时间: 20181126
...true; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3...
来源: Laya_社区 发布时间: 20170714
...true; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3...
来源: Laya_社区 发布时间: 20190224
...触发 if(e.type == Event.CLICK) {//如果点中的是checkBox组件 if((e.target) is CheckBox) { var tempObj:Object = arr[index];//记录当前条目所包含组件的数据信息(避免后续删除条目后数据结构显示错误) if(((e.target) as CheckBox).selected)//根据check的选中状态...
来源: Laya_社区 发布时间: 20170313
...) { _isVisibility = false; if (_this._isInputting()) Input["inputElement"].target.focus = false; } else { _isVisibility = true; } _this.event(Event.VISIBILITY_CHANGE); }); public static var isStopLoop:Boolean = false; /**@private */ public function _loop():Boolean { if(!isStopLoop) { render(Re...
来源: Laya_社区 发布时间: 20171011