大约有 2,746 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0090 秒)
Laya_社区(1928) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(49)
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 使用getChildByName()无法得到子节点对象 [引擎优化]希望官方可以增加stencil功能 LayaAir 3D 有提供 3D 物理引擎功能吗? 问题状态 最新活动: 2018-03-13 10:27 浏览...
来源: Laya_社区 发布时间: 20180126
... Parameters Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/eve...
来源: Laya3.0_api 发布时间: 20231115
...er.create(this, this.createGameScene), Handler.create(this, this.progress, null, false)); } public createGameScene() { this.progressUI.onDisable(); Laya.timer.clear(this, this.updataPosition) let gameManager = new GameManager(this.token); gameManager.preInit(); } public progress(e) { this.progressUI...
来源: Laya_社区 发布时间: 20171204
...a.transform.rotate(new Vector3(-15, 0, 0), true, false); camera.clearColor=null; camera.addComponent(CameraMoveScript); CameraStat.show(camera, 200, 0); //添加方向光 var directionLight:DirectionLight=scene.addChild(new DirectionLight()) as DirectionLight; directionLight.ambientColor=new Vector3...
来源: Laya_社区 发布时间: 20170331
...etDeviceInfo::get_Value={"guid":"da:38:87:b1:d3:77","os":"android","imei":[null],"phonemodel":"MI PAD","imsi":[null],"resolution":"2048*1536","dpi":320,"osversion":"4.4.4"} 05-16 15:59:50.204 7562-7605/com.dihong.testdcc E/LayaBox: >>>>>>>>>>>>>>>>>...
来源: Laya_社区 发布时间: 20190516
... AppFunction.showLoadingView_fullScreen(resArray, createGameScene, null, "正在进入游戏..."); } private getGets() { var tempUrl: String = Laya.Browser.window.location.href; var u = tempUrl.split("?"); var gets...
来源: Laya_社区 发布时间: 20181208
...ddChild(sp); //克隆Sprite3D this.sp2 = Laya.Sprite3D.instantiate(this.sp,null,false); //错开点位置 this.sp2.transform.translate(new Laya.Vector3(-0.2, 0, 0)); this.scene3d.addChild(this.sp2); //添加键盘控制 Laya.timer.frameLoop(1, this, this.onKeyDown); } onKeyDown() { //按A / D 键移...
来源: Laya_社区 发布时间: 20190618
...:50 创建一个 Byte 类的实例。 Parameters Default value data: any = null 用于指定初始化的元素数目,或者用于初始化的TypedArray对象、ArrayBuffer对象。如果为 null ,则预分配一定的内存空间,当可用空间不足时,优先使用这部分内存,如果...
来源: Laya3.0_api 发布时间: 20231115
...(function(){ var orientation=Browser.window.orientation; if (orientation !=null && orientation !=_$this._previousOrientation && _me._isInputting()){ Input["inputElement"].target.focus=false; } _$this._previousOrientation=orientation; if (_me._isInputting())return; if (Browser.onSafar...
来源: Laya_社区 发布时间: 20190515
...ne/Buffer.ts:13 _conchUniformBufferObject _conchUniformBufferObject: any = null Defined in laya/d3/RenderObjs/NativeOBJ/NativeUniformBufferObject.ts:7 _glBuffer _glBuffer: IRenderBuffer Inherited from Buffer._glBuffer Defined in laya/RenderEngine/Buffer.ts:7 _glPointer _glPointer: number Inherited f...
来源: Laya3.0_api 发布时间: 20231115