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

大约有 2,565 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0063 秒)

301. 问下关于websocket的问题 [ 69%]

...Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (C:\Users\Administrator\Desktop\jjj.js:1:85) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447...

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

302. Layabox的event方法在云真机与脚本录制中会报错?(与微信官方联系过,觉得是引擎自身问题) [ 69%]

...rror: Cannot read property 'currentTarget' of null   SimpleSingletonList:[object Object] has  in  SingletonList.   https://developers.weixin.qq.com/community/minigame/doc/000c2ee5ea490818c39ac998d54400 微信论坛链接 2020-07-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

303. 使用2.6引擎版本vscode开发不支持async await语法 编译出现提示缺少tslib错误 [ 69%]

...air2-cmd\node_modules\rollup\dist\shared\node-entry.js:11878:12)     at Object.error (D:\Program Files\nodejs\node_global\npm\node_modules\layaair2-cmd\node_modules\rollup\dist\shared\node-entry.js:12912:24)     at Object.error (D:\Program Files\nodejs\node_global\npm\node_modules\layaair2-cmd...

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

304. 怎么打开第二个工程 [ 69%]

...is,this.clickHandler); } private function clickHandler():void { var iframe:Object = Browser.document.createElement("iframe"); iframe.style.position ="absolute";//设置布局定位。这个不能少。 iframe.style.zIndex = 100;//设置层级 iframe.style.left ="100px"; iframe.style.top ="100px"; if...

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

305. 用插件导出unity制作的模型时,不支持skinned mesh renderer么? [ 69%]

...enderer么? unity用laya插件导出时报错: NullReferenceException: Object reference not set to an instance of an object r.a (UnityEngine.SkinnedMeshRenderer A_0, System.String A_1, Boolean A_2) r.b () r.b (System.String A_0) LayaAir3D.exportResource (Boolean isDebug, Int32 Platformindex, Sys...

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

306. List数据源的格式问题导致无法响应List的SelectHandler [ 69%]

...otected function dataSourceChange(eventType:String, property:String, value:Object):void { var data:* = this[property]; this[property] = value; if (value != data) { var result:Boolean = event(eventType , {oldValue:data , newValue:value}); } } }现在问题就出在Data这个类上面,如果将Data...

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

307. LayaAir3D导出scene 显示 invalid path错误 [ 69%]

...orlib/System.IO/Path.cs:215) LayaExport.DataManager.saveLightMapFile (.JSONObject customProps) LayaExport.DataManager.getSceneNode () LayaExport.DataManager.saveData () LayaExport.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:435) LayaAi...

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

308. 网页调试崩溃了 [ 69%]

...WebGLProgram() { … } Symbol(Symbol.toStringTag):"WebGLProgram" __proto__:Object {constructor: , __defineGetter__: , __defineSetter__: , …} __proto__:function () { … } Symbol(Symbol.toStringTag):"WebGLProgram" __proto__:Object {constructor: , __defineGetter__: , __defineSetter__: , …}   什...

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

309. laya.d3.component.AttachPoint [ 69%]

...public class AttachPointInheritanceAttachPoint Component3D EventDispatcher Object AttachPoint 类用于创建挂点组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  attachBones : Vector.<String>挂点骨骼的名称。AttachPoi...

来源: laya_api 发布时间: 20170929

310. laya.utils.ClassUtils [ 69%]

...ethods Packagelaya.utilsClasspublic class ClassUtilsInheritanceClassUtils Object ClassUtils 是一个类工具类。 Public Methods  MethodDefined By  createByJson(json:*, node:* = null, root:Node = null, customHandler:Handler = null, instanceHandler:Handler = null):*[static] 根据指定的 jso...

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