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

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

81. 搭建开发环境(TS代码编译器)(TypeScript-LayaAir基础篇(TS)-快速上手) [ 49%]

...:默认链接打开的是window(x64),非64位的电脑,可以点击Other Downloads,下载对应的版本即可。 #### 1.3 、安装Node.js 找到刚刚下载的Node.js安装包,一步一步的安装即可,安装完全时界面如图1-3所示。 ![图1-3](img/1-3.png) (图1-3) 安装...

来源: Laya2.0_文档 发布时间: 20210715

82. 苹果iOS审核Guideline 4.3 - Design [ 49%]

...ine 4.3 - Design We noticed that your app provides the same feature set as other apps submitted to the App Store; it simply varies in content or language, which is considered a form of spam. The next submission of this app may require a longer review time, and this app will not be eligible for an ex...

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

83. 苹果iOS审核被拒Guideline 4.3 - Design [ 49%]

...ine 4.3 - Design We noticed that your app provides the same feature set as other apps submitted to the App Store; it simply varies in content or language, which is considered a form of spam. The next submission of this app may require a longer review time, and this app will not be eligible for an ex...

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

84. App Updates for HTML5 Apps 这意味着iOS端就废了? [ 49%]

...ide access to real money gaming, lotteries, or charitable donations, among other changes. All new apps must follow this guideline and we urge you to update your existing apps as soon as possible. If your existing app requires more time to implement the guidelines, we've provided an additional six mo...

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

85. 搭建基础开发环境 · LayaAir3.0文档 · LAYABOX [ 48%]

...:默认链接打开的是window(x64),非64位的电脑,可以点击Other Downloads,下载对应的版本即可。 下载完成后,找到刚刚下载的Node.js安装包,一步一步的安装即可,安装完全时界面如图1-3所示。 (图1-3) 安装完成之后,可以按2.1小...

来源: Laya3.0_文档 发布时间: 20241014

86. XMLHttpRequest cannot load [ 47%]

...性bug 部分机型load场景不显示 iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 有人知道大天使之剑H5的选服界面和load界面的实现原理么? 我二进制资源load之后,为什么通过getRes获取不到。 Uncaught TypeEr...

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

87. laya.resource.HTMLCanvas_API3.0 [ 46%]

...为 true,否则值为 false。 getContext getContext(contextID: string, other?: any): Context Defined in laya/resource/HTMLCanvas.ts:139 获取 Canvas 渲染上下文。 Parameters contextID: string 上下文ID. Default value other: any = null Returns Context Canvas 渲染上下文 Context 对象...

来源: Laya3.0_api 发布时间: 20231115

88. Cannot read property 'load' of null [ 45%]

...那不是直接就卡在那里不动了 iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 问题状态 最新活动: 2017-11-24 15:22 浏览: 5188 关注: 2 人 wudi199553 • 2017-11-24 15:05 没有啊 zhengmaidou • 2017-11-24 15:06 @wudi199553:稍...

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

89. 微信小游戏中加载unity导出的场景报错the .lh file root type must be Scene [ 44%]

...); throw new Error("Scene: the .lh file root type must be Scene,please use other function to load this file."); } }            var innerResouMap=data[1];     Utils3D._createNodeByJson(this,json,this,innerResouMap);     this.event("hierarchyloaded",[this]);     this.__loaded=tru...

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

90. Shader预编译(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 44%]

...Names(); ``` 5.判断两个着色器变种是否相等 ```typescript equal(other); ``` 着色器变种记录了一个着色器变种所有的相关信息,即通过这个着色器变种即可以为创建一个着色器程序提供完整的信息。考虑一个着色器程序的差异,一般在于...

来源: Laya2.0_文档 发布时间: 20210714