大约有 151 项符合查询结果, 库内数据总量为 31,715 项。 (搜索耗时: 0.0048 秒)
...动chrome出现错误: Error processing launch: Error Could not attach to main target 加载到舞台的3D模型不显示贴图 Laya中的宏编译要怎么用啊 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? 微...
来源: Laya_社区 发布时间: 20200907
...出报IOException: Win32 IO returned 267. Path: E:/model/LayaScene_/Assets/Main-dat:yunlong System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:131) System.IO.Directory.CreateDirectory (System.String pa...
来源: Laya_社区 发布时间: 20170428
...动chrome出现错误: Error processing launch: Error Could not attach to main target TypeScript下HttpRequest发送Post请求有Bug? Laya2.12.0项目出现卡顿现象(必现) 关于Laya实现Matter.js官方案例凹多边形的问题 Unity场景使用Laya导出插件导出,总是提示LayaAi...
来源: Laya_社区 发布时间: 20230421
... versionCode 1 versionName "1.0" } sourceSets.main{ jniLibs.srcDir 'libs' } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pr...
来源: Laya_社区 发布时间: 20181120
...动chrome出现错误: Error processing launch: Error Could not attach to main target 骨骼动画播放完后的回调时间 动画混合无效(版本2.6) 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1....
来源: Laya_社区 发布时间: 20191117
...动chrome出现错误: Error processing launch: Error Could not attach to main target 分享:打地鼠 AS、JS、TS版本 Demo! 分享:适配LayaAir版本的PureMVC框架 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 谷...
来源: Laya_社区 发布时间: 20181031
...),一个用于开放放域,结构如下: wxdemo |-------demo-main |-------demo-open 即建立文件夹wxdemo,然后在下面建立两个文件夹demo-main(主域)和demo-open(开放域),在这两个文件夹下分别建立微信小游戏项目。 2.在LayaAirIDE中对上面建...
来源: Laya_社区 发布时间: 20180529
...动chrome出现错误: Error processing launch: Error Could not attach to main target LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始...
来源: Laya_社区 发布时间: 20230111
...ec3 a_Normal; uniform mat4 u_MvpMatrix; uniform float u_OutlineWidth; void main() { vec4 position = vec4(a_Position.xyz + a_Normal * u_OutlineWidth, 1.0); gl_Position = u_MvpMatrix * position; } ``` 片元着色器 `outline.fs` 代码如下: ```c++ #ifdef FSHIGHPRECISION precision highp float; #else...
来源: Laya2.0_文档 发布时间: 20210714
... //获取相机 var camera = scene.getChildByName("Main Camera"); console.log("test====================:" + Laya.version) } } 问题一: 小米note3:正常 华为p30:报错 问题二: 摄像...
来源: Laya_社区 发布时间: 20190925