大约有 5,021 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0094 秒)
Laya_社区(4925) Laya2.0_文档(33) Laya3.0_文档(18) Laya3.0_api(13) Laya_示例(12) Laya2.0_示例(11) Laya2.0_api(7) laya_api(2)
...启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元...
来源: Laya_社区 发布时间: 20161213
...r端代码: 1.flash air端代码: var file:File = File.applicationDirectory; var picPath:String = file.resolvePath("img.png").nativePath;//获取图片路径 //读取图片文件到字节数组 var readFile:File = new File(picPath); ...
来源: Laya_社区 发布时间: 20170417
...ine.GameObject gameObject, .JSONObject obj) LayaExport.DataManager.getAnimatorComponentData (UnityEngine.GameObject gameObject, .JSONObject component, System.Collections.Generic.List`1 linkSprite) LayaExport.DataManager.getComponentsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObj...
来源: Laya_社区 发布时间: 20171106
2.2.0 Html使用img标签解析错误 TypeError: Illegal constructor preload.js:55 at Function.getInstance (file:///D:/LayaTest/TestHtml2.2.0/bin/libs/laya.core.js:11687:24) at Function.getInstance (file:///D:/LayaTest/TestHtml2.2.0/bin/libs/laya.html.js:1213:39) at Function._parseXML (file:/...
来源: Laya_社区 发布时间: 20191028
...启动chrome出现错误: Error processing launch: Error Could not attach to main target 循环依赖不能运行 Circular dependency: 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 版本不匹配! 全局 tsc (2.2.2) != V...
来源: Laya_社区 发布时间: 20180530
... 8588 1 libGPUSupportMercury.dylib gpusSubmitDataBuffers + 164 2 IOAccelerator IOAccelContextFinishResourceSysMem + 64 3 libGPUSupportMercury.dylib gldFinishObject + 128 4 GLEngine _glBufferSubData_Exec + 716 5 WebCore WebCore::WebGLRenderingContext::bufferSubData(unsigned int, long long, JSC::Array...
来源: Laya_社区 发布时间: 20180409
使用webgl之后toDataUrl返回黑色的图像 按照 https://stackoverflow.com/questions/12538193/why-does-my-canvas-go-blank-after-converting-to-image 这里的说法,两个方式可用 1. 创建时加入preserveDrawingBuffer,但是,这个参数导致乐视手机崩溃 2. 在每次绘图...
来源: Laya_社区 发布时间: 20170523
...在运动的上面,检测到碰撞信息后删除对方。 PlayerMove.prototype.onTriggerStay = function (other) { this.tsizex = this.box._components[0]._transformOrientedBoundBox.extents.x; this.tsizez = this.box._components[0]._transformOrientedBoundBox.extents.z; this.osizex = other._transformO...
来源: Laya_社区 发布时间: 20181017
...新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 使用3D时候,Prope...
来源: Laya_社区 发布时间: 20180526
...if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function setWindowFullSize() : void { var stageW:int = 0; var stageH:int = 0; _...
来源: Laya_社区 发布时间: 20170317