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

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

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

...种 ```typescript add(variant); ``` 4.移除着色器变种 ```typescript remove(variant); ``` 5.是否包含着色器变种 ```typescript contatins(variant); ``` 6.执行编译(compile会遍历着色器变种集合中的所有着色器变种,依据每个着色器变种的信息,分别编译出...

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

152. Shader预编译(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 43%]

...ariant: ShaderVariant): boolean; ``` 4.移除着色器变种 ```typescript remove(variant: ShaderVariant): boolean; ``` 5.是否包含着色器变种 ```typescript contatins(variant: ShaderVariant): boolean; ``` 6.执行编译(compile会遍历着色器变种集合中的所有着色器变种,依据...

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

153. 重要问题:关于苹果审核被拒 [ 43%]

... may result in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store.   2018-02-28 0 2 分享 微博 QZONE 微信 riven 赞同来自: 请问你们新的库什么时候能弄好,我们等着提交app store审核,很紧急呀 2018-03-01 0 1 ...

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

154. 打CPK包在手机上运行会白屏,手机测试型号VIVO1419L。 [ 43%]

...ss, renderers=0 10-13 17:31:15.891 6514-6514/com.vivo.vs W/art: Attempt to remove local handle scope entry from IRT, ignoring 10-13 17:31:15.901 6514-6514/com.vivo.vs W/chromium: [WARNING:resource_bundle.cc(315)] locale_file_path.empty() 10-13 17:31:15.901 6514-6514/com.vivo.vs I/chromium: [INFO:aw_...

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

155. 分享:List相关(Item增删功能) [ 43%]

...,但是条目删除不干净(或我的数据错乱了)------参考onRemoveClick回调   大致代码如下:package { import laya.display.Sprite; import laya.events.Event; import laya.net.Loader; import laya.ui.Box; import laya.ui.CheckBox; import laya.ui.Clip; import laya.utils.Handler; imp...

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

156. Shader预编译(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 42%]

...riant): Boolean; ``` 4.移除着色器变种 ```typescript public function remove(variant: ShaderVariant): Boolean; ``` 5.是否包含着色器变种 ```typescript public function contatins(variant: ShaderVariant): Boolean; ``` 6.执行编译(compile会遍历着色器变种集合中的所有着色...

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

157. 微信小游戏在开放数据域绘制排行榜无法显示图片 [ 42%]

...stage上添加内容了,如果想清空sharedCanvas,就直接在子域remove或者destroy掉stage的所有_childs就可以了; 如果子域里的页面有调整页面尺寸,可能就还需要重新设置矩阵什么的,不然点击、滑动等事件会错位,我不太清楚,也没有...

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

158. laya发布vivo小游戏失败 [ 41%]

...**593 • 2020-08-24 18:04 看我图中框起来那个,把存在的文件remove掉,在重新命令行安装 叔年心~厌世 • 2020-08-25 10:18 @157*****593:我安装成功了,还是一样的错 叔年心~厌世 • 2020-08-25 10:19 @叔年心~厌世:错误日志变了。看楼下 叔...

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

159. native2.1 安卓退到后台时,概率闪退 [ 39%]

... 2 java.lang.Object.wait(Object.java:400) 3 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102) 4 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73) 5 java.lang.Daemons$FinalizerDaemon.run(Daemons.java:175) 6 java.lang.Thread.run(Thread.java:848)   #8399 FinalizerWatchdogDaem...

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

160. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 38%]

...          }         }         /** 移除*/         public remove(protocol: string): void {             var index: number = this.protocols.indexOf(protocol);             if (index == -1) return;             if (this.socket) this.socket._$pomelo.off(protocol, this.pr...

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