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

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

741. laya.device.motion.Accelerator [ 66%]

...t Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用户给予设备的加速度。 accelerationIncludingGravity: 设备受到的总加速度(包含重力)。 rotationRate: 设备的自转速...

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

742. laya.net.HttpRequest_API3.0 [ 66%]

... Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:113 Parameters type: string caller: any Optional listener: Function Optional args: a...

来源: Laya3.0_api 发布时间: 20231115

743. getGraphicBounds() 的问题 二 [ 66%]

...  也不能光为了效率,什么功能不实现吧,getGraphicBounds 函数的调用哪有计算 对象真是的大小了,明明 内部被赋值过一个 Rectangle 后就一直没变过 附件 : --> 2017-11-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...

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

744. 问一个问题就是你们的每个UI都继承了一个引擎的代码我要写一个UI的基类那不就无法继承了 [ 66%]

...导出的UI类依然还是extends View,依然还是调用不到基类的函数;会报错:“xxx this variable is not defined”;并且在源码中看到“/*no*/this.xxx()”   最头痛的是自己把extends View改为extends自己写的基类后没问题可以正常调用基类函数,...

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

745. Laya如何使用Promise、async、wait分享! [ 66%]

...⽂档中有详细 说明。 target 定义为 es2017 是为了⽀持 async 函数,但这个配置没有默认 lib 列表,所以 参考官⽅⽂档对 --target es6 使⽤的 lib 列表,补充 es2017 类型库即可。 其实就是说,如果 target 不是 es2017 就是不⽀持 async 函数,...

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

746. 分离模式下使用自定义场景类 [ 66%]

...ditor\h5\layabuilder.max.js,搜索“__proto.parseTsImport”,修改该函数体内容:__proto.parseTsImport=function(str){ var tStr = str.replace("import",""); str = 'from'; str = tStr.indexOf(str) > -1 ? str : '='; tStr = StringTool$1.trimSide(tStr.split(str)[0]); this.importDic[tStr] = t...

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

747. laya.d3.core.render.ScreenTriangle_API3.0 [ 66%]

... Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:113 Parameters type: string caller: any Optional listener: Function Optional args: a...

来源: Laya3.0_api 发布时间: 20231102

748. websocket连接出错 [ 66%]

...ocket.on(Laya.Event.MESSAGE, this, receiveHandler); //接收到数据触发函数 this.socket.on(Laya.Event.CLOSE, this, closeHandler); //关闭事件 this.socket.on(Laya.Event.ERROR, this, errorHandler); //连接出错 function openHandler(event){ //正确建立连接 this.socket.send('foo','OOOO')...

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

749. 物理系统之约束(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 66%]

...raintComponent,ConstraintComponent实现了基础公用的约束功能和函数,以下是LayaAir ConstraintComponent主要功能函数和属性说明: - 设置当前约束可用或者不可用 ```typescript set enabled(value) ``` - 设置约束连接的第一个刚体 ```typescript set ownBody...

来源: Laya2.0_文档 发布时间: 20210715

750. 1.7.8版本Sprite3D.load问题 [ 66%]

...chy=function(url){ this.addChild(laya.d3.core.Sprite3D.load(url)); } 这个函数也是会出问题的 2017-08-09 0 0 分享 微博 QZONE 微信 183*****755 赞同来自: 请使用最新版引擎,如果还有问题,留下简单复现示例 2017-08-10 0 0 分享 微博 QZONE 微信 为什么被...

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