• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 166 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)

91. laya.ui.View [ 63%]

...台后 此方法为虚方法,使用时重写覆盖即可 Node onOpened(param:*):void场景打开完成后,调用此方法(如果有弹出动画,则在动画完成后执行)Scene open(closeOther:Boolean = true, param:* = null):void 打开场景。【注意】被关闭的场景,如果没...

来源: Laya2.0_api 发布时间: 20190513

92. 3d中 缓动往一个点转向并移动的问题 [ 63%]

...        /**          * 缓动摄像机          * @param z z轴移动到的位置          * @param speed 移动速度          */         public setCamera(z: number, speed?: number) {             if (speed === void 0) { speed = 0.3; }   ...

来源: Laya_社区 发布时间: 20180726

93. 微信小游戏利用开放域好友关系链做排行榜 [ 63%]

...发送参数和接收数据在主域这边进行下步处理      * @param message      * @param caller      * @param callback      */     public static wxPostMessage(message:any,caller:any,callback:Function):void{         let wx = Laya.Browser.window.wx;         ...

来源: Laya_社区 发布时间: 20180529

94. popupEffect 有谁能告诉我dialog的这个东西要怎么用啊? [ 62%]

...么鬼 Laya_Aaron • 2018-06-21 21:09 /** * 执行打开对话框。 * @param dialog 需要关闭的对象框 <code>Dialog</code> 实例。 * @param type 关闭的类型,默认为空 */ public function doOpen(dialog:Dialog):void { dialog.onOpened(); } 源码里有的。 Nothing • 20...

来源: Laya_社区 发布时间: 20180620

95. laya.net.LoaderManager [ 62%]

...lete:Handler = null, progress:Handler = null, type:String = null, constructParams:Array = null, propertyParams:Object = null, priority:int = 1, cache:Boolean = true):void 根据clas类型创建一个未初始化资源的对象,随后进行异步加载,资源加载完成后,初始化对象的...

来源: Laya2.0_api 发布时间: 20190513

96. 关于UI与3D场景的问题 [ 62%]

...在问一下, laya.core.js 3452----3522行 /** *处理TouchEnd事件 *@param ele 根节点 *@param touchID touchID *@param isLeft 是否为左键 */ __proto.onMouseUp=function(ele,touchID,isLeft){ (isLeft===void 0)&& (isLeft=false); if (!this.enable) return; var preO; var tO; var arrs; var...

来源: Laya_社区 发布时间: 20180529

97. H5小游戏,IOS平台退到后台,长时间返回画面卡顿或者直接卡死! [ 61%]

...1 分享 微博 QZONE 微信 杨潇 赞同来自: 请看这个定义: * @param   jumpFrame 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行...

来源: Laya_社区 发布时间: 20180411

98. List翻页效果 [ 60%]

...s.list_rule.mouseHandler = new Laya.Handler(this, this.onMouse) } onOpened(param: any) { super.onOpened(param); let imgArray = ; for (let i = 1; i < 7; i++) { imgArray.push(`ui/bg_help_0${i}.png`) } this.list_rule.array = imgArray; } public updateItem(cell: Laya.Box, index: number): void { let im...

来源: Laya_社区 发布时间: 20171202

99. laya.d3.core.Sprite3D [ 59%]

...父节点mouseEnabled属性)。 Node  onAsynLoaded(url:String, data:*, params:Array):void private Sprite3D once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知,此侦听事件响应一次后...

来源: laya_api 发布时间: 20170929

100. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 59%]

...s.list_rule.mouseHandler = new Laya.Handler(this, this.onMouse) } onOpened(param: any) { super.onOpened(param); let imgArray = []; for (let i = 1; i < 7; i++) { imgArray.push(`ui/bg_help_0${i}.png`) } this.list_rule.array = imgArray; } public updateItem(cell: Laya.Box, index: number): void { let ...

来源: Laya_社区 发布时间: 20180724