大约有 245 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0058 秒)
Laya_社区(148) Laya2.0_文档(25) Laya3.0_文档(22) laya_api(14) Laya2.0_api(13) Laya3.0_api(11) Laya2.0_示例(8) Laya_示例(4)
...has changed 05-16 15:59:49.127 7562-7562/com.dihong.testdcc I/0: connected type=1 05-16 15:59:49.171 7562-7577/com.dihong.testdcc I/LayaBox: JNI onGLReady tid=7577 05-16 15:59:49.171 7562-7577/com.dihong.testdcc I/LayaBox: JNI surface innersize changed : g_nInnerWidth=1536,g_nInnerHeight=2048 05-16 ...
来源: Laya_社区 发布时间: 20190516
...加载TFF字体要怎么加载呢? laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 本地调试加载本地图片都报错 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其...
来源: Laya_社区 发布时间: 20170502
...的五种状态 | | response | varies | 响应实体的类型由 `responseType 来指定,` 可以是 `ArrayBuffer` ,`Blob`, [`Document`](https://developer.mozilla.org/zh-CN/docs/Web/API/Document), JavaScript 对象 (即 “json”), 或者是字符串。如果请求未完成或失败,则...
来源: Laya2.0_文档 发布时间: 20210714
...ow.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); 怎么运行上边这段代码呢?打开谷歌浏览器...
来源: Laya3.0_文档 发布时间: 20241014
...的五种状态 | | response | varies | 响应实体的类型由 `responseType 来指定,` 可以是 `ArrayBuffer` ,`Blob`, [`Document`](https://developer.mozilla.org/zh-CN/docs/Web/API/Document), JavaScript 对象 (即 “json”), 或者是字符串。如果请求未完成或失败,则...
来源: Laya2.0_文档 发布时间: 20210715
...的五种状态 | | response | varies | 响应实体的类型由 `responseType 来指定,` 可以是 `ArrayBuffer` ,`Blob`, [`Document`](https://developer.mozilla.org/zh-CN/docs/Web/API/Document), JavaScript 对象 (即 "json"), 或者是字符串。如果请求未完成或失败,则该...
来源: Laya2.0_文档 发布时间: 20210715
...你可以在mouseHandler下对鼠标事件进行判断和使用,譬如e.type=Event.CLICK,对事件类型进行判断,然后进行逻辑的实现! 2017-03-20 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人...
来源: Laya_社区 发布时间: 20170320
...ow.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); ``` 怎么运行上边这段代码呢?打开谷歌浏...
来源: Laya2.0_文档 发布时间: 20210715
示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Conn...
来源: Laya_社区 发布时间: 20171218
...个场景,预览下就报错: MissingReferenceException: The object of type 'SkinnedMeshRenderer' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. n.a (UnityEngine.SkinnedMeshRenderer A_0, System.String ...
来源: Laya_社区 发布时间: 20210607