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

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

91. canvas下资源清理的问题 [ 67%]

...               Laya.loader.load([{url: "res/atlas/common.atlas", type: Loader.ATLAS}]);                          Stat.show();         }                  private function onClick(e:Event):void         {             switch(e.currentTarget) ...

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

92. 多线程Worker · LayaAir3.0文档 · LAYABOX [ 67%]

...任何完成操作的机会;就是简单的立即停止 属性 Property Type Description onmessage EventListener 一个事件监听函数,每当拥有message属性的MessageEvent从worker中冒泡出来时就会执行该函数。事件的data属性存有消息内容。 onerror EventListener 一...

来源: Laya3.0_文档 发布时间: 20241014

93. laya.events.KeyBoardManager_API3.0 [ 66%]

...KeyBoardManager enabled hasKeyDown Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

94. 设置transform.localRotation之后,就不能再使用transform.rotate[ 66%]

...)byteOffset: (...)length: (...)Symbol(Symbol.toStringTag): (...)__proto__: TypedArray__proto__: Object bom.transform.localRotation=new Laya.Quaternion(0, 0,0,0);           //设置了localRotation Quaternion {elements: Float32Array[4]} bom.transform.worldMatrix                       ...

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

95. laya.utils.Mouse_API3.0 [ 66%]

...tils/Mouse" Mouse cursor hide show Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

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

96. 列表嵌套另外一个列表 [ 66%]

...ayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 View嵌套Dialog组件 问题状态 最新活动: 2018-05-23 10:39 浏览: 979 关注: 2 人 星竹 • 2018-05-23 10:57 那怎么找里面的那个list w1114367261 ...

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

97. Array buffer allocation failed [ 65%]

...load resource: net::ERR_FILE_NOT_FOUND 2.0.0编译报错Cannot find global type 'Array' 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: 调试工具正常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request ...

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

98. 使用二进制图片 · LayaAir3.0文档 · LAYABOX [ 65%]

...XMLHttpRequest(); xhr.open("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObj...

来源: Laya3.0_文档 发布时间: 20230303

99. config.jsh中无法使用confirm [ 65%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 请问2.0的版本开始,我用ts编写的相关内容,都要使用impo...

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

100. 本地双击html如何打开laya项目? [ 65%]

...() > 0 && file.exists() && file.isFile()) { i.setDataAndType(Uri.parse("file://" + filePath), "application/vnd.android.package-archive" ); i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity( i); return true ; } return false ; }  安装完之后,我们只需要根...

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