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

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

431. unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function [ 49%]

...;             if (node._zOrder)                 this._setBit(Const.HAS_ZORDER, true);             if (node._parent === this) {                 var index = this.getChildIndex(node);                 if (index !== this._children.length - 1) {                 ...

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

432. laya native 发布后的android版本有概率崩溃 [ 49%]

...7X6RXvKyezWOg==/lib/arm64/liblayaair.so (laya::JCScriptRuntime::start(char const*)+148)   #04 pc 0000000000216c6c /data/app/com.iogame.wipeout3d-fVrocSiGr7X6RXvKyezWOg==/lib/arm64/liblayaair.so (laya::JCConch::onAppStart()+268)   #05 pc 000000000022b84c /data/app/com.iogame.wipeout3d-fVrocSiGr7X6R...

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

433. 微信小游戏分包加载libs/laya.physics3D.js,加载成功但不能使用 [ 49%]

...libs/laya.d3.js")配合工作。欢迎大家帮忙解决,万分感谢。 const loadTask = wx.loadSubpackage({             name: '3d', // name 可以填 name 或者 root             success: function (res) {                 console.log('res ----------> ',r...

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

434. 微信小游戏提审后,提示说代码侵权 [ 49%]

...法体 3、在代码里面随机一行插入一行没有意义的代码 */ const LINENUM = 20; const LINENUM_RADOM = 13; var fs = require('fs'); var path = require('path'); var filterFils = ["Base64", "ThemeAdapter","AssetAdapter", "Platform", "wxgamesdk"];//忽略文件 var filterDirs = ["xxxx"];//...

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

435. laya.ui.Widget [ 49%]

...All Classes | Index | Frames No Frames WidgetProperties | Methods | Constants Packagelaya.uiClasspublic class WidgetInheritanceWidget Component Object 相对布局插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  bottom : Number...

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

436. 加载-错误处理和进度 [ 48%]

...开发更高效。let numLoaded = 0; class Loader_ProgressAndErrorHandle { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler, Event = Laya.Event, Loader = Laya.Loader; // 不支持WebGL时自动切换至Canvas Laya.init(Bro...

来源: Laya2.0_示例 发布时间: 20250316

437. 正常运行的2.1升级到2.2.0出现循环依赖的错误,这是咋回事丫 ? [ 48%]

... 不会提示循环引用, 可以调试. 发布也用旧的脚本 .    const uglify = require(ideModuleDir + "gulp-uglify"); 改为 const uglify = require(ideModuleDir + "gulp-uglify-es").default;     mangle: false    这样压缩也不会错了 ,完美.   2019-08-01 0 1 分享...

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

438. 使用layaide进行打包,提示如下错误。 [ 48%]

...ayaide进行打包,提示如下错误。 Block-scoped declarations (let, const, function, class) not yet supported outside strict mode   网上搜索答案,有的说是因为在tsconfig中,将target调整成了es6就不可以运行了,但是我的代码使用了一些es6的特性,请问...

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

439. laya.net.Socket [ 48%]

...es | Index | Frames No Frames SocketProperties | Methods | Events | Constants Packagelaya.netClasspublic class SocketInheritanceSocket EventDispatcher Object Socket 封装了 HTML5 WebSocket ,允许服务器端与客户端进行全双工(full-duplex)的实时通信,并且允许跨域...

来源: laya_api 发布时间: 20170929

440. rev-path的nodejs库被修改了,导致版本管理失效 [ 48%]

...9:23 官方链接 - https://github.com/sindresorhu ... ex.js 'use strict'; const modifyFilename = require('modify-filename'); module.exports = (pth, hash) => { if (!(pth && hash)) { throw new Error('`path` and `hash` required'); } return modifyFilename(pth, (filename, ext) => `${filena...

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