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

大约有 216 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0047 秒)

151. html固定宽高,设置垂直居中没有效果。只有水平居中才生效。看了下源码,感觉在updatePos函数里的算法不对 [ 52%]

...y = (this.height - tArray[1])/2 + e.y; } } } } } IXgSoul • 2018-07-05 21:35 @momo199059:攒 Yuk • 2018-07-19 11:37 是不对

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

152. unity场景显示和腊鸭显示的场景效果差异好大。 [ 52%]

...9553 • 2017-11-03 16:30 公司网不太好 186*****745 • 2017-11-03 16:35 下午我自己重新做了个场景导出 也是一坨黑粑粑。 我也是无语了。 有做光照贴图的。这个问题耗了一天。 wudi199553 • 2017-11-03 17:27 你看了我发给你的了么 186*****745 • 2...

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

153. laya.ani.bone.BoneSlot_API3.0 [ 51%]

...isplayIndex displayIndex: number = -1 Defined in laya/ani/bone/BoneSlot.ts:35 显示皮肤的索引 name name: string Defined in laya/ani/bone/BoneSlot.ts:16 插槽名称 parent parent: string Defined in laya/ani/bone/BoneSlot.ts:18 插槽绑定的骨骼名称 srcDisplayIndex srcDisplayIndex: number...

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

154. Clip属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 51%]

...val = 1000; this.counter.x = (Laya.stage.width - this.counter.width) / 2 - 35; this.counter.y = (Laya.stage.height - this.counter.height) / 2 - 40; Laya.stage.addChild(this.counter); } private showTotalSeconds(): void { var clip: Clip = new Clip(this.clipSkin, 10, 1); clip.index = clip.clipX - 1; cl...

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

155. 使用typescript开发项目,解决文件引用顺序问题 [ 49%]

...启动类的标签的话是不会被覆盖的 WLDragon • 2017-11-20 20:35 @ymsdandan:但是要自己调顺序也很麻烦 ymsdandan • 2017-11-20 20:40 @WLDragon:是的,所以还是非常感谢您的简便方法的 WLDragon • 2017-11-20 20:30 这个跟ts和VSCode没关系的 Monica • 2017-1...

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

156. Clip属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 48%]

...计数器切片位置 counter.x = (Laya.stage.width - counter.width) / 2 - 35; counter.y = (Laya.stage.height - counter.height) / 2 - 40; //加载到舞台 Laya.stage.addChild(counter); } /***显示总数切片***/ private function showTotal():void { //实例化总数切片 var clip:Clip = new Clip(...

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

157. 打包app 在 安卓 htc t329d 手机下不能运行。 [ 47%]

...           at layaair.game.Market.MarketTest.LP_Init(MarketTest.java:35)                                                                     at layaair.game.conch.LayaConch5.onCreate(Unknown Source)                                          ...

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

158. 位图切片组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 47%]

...val = 1000; this.counter.x = (Laya.stage.width - this.counter.width) / 2 - 35; this.counter.y = (Laya.stage.height - this.counter.height) / 2 - 40; this.owner.addChild(this.counter); } private showTotalSeconds(): void { var clip: Laya.Clip = new Laya.Clip(this.clipSkin, 10, 1); clip.index = clip.cli...

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

159. /clang:-1: linker command failed with exit code 1 (use -v to see invocation) [ 46%]

...存在,如果不存在引入第三方库 185*****051 • 2019-05-09 13:35 请问一下,你们conchRuntime里面impert的#import <functional>,需要说明库的支持,编译又报了这个错误! Laya_Aaron • 2019-05-09 15:43 好像是链接我们的conch.a没弄对 185*****051 • ...

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

160. UI-RefreshList [ 46%]

...ext = "操作提示"; tiptext.font = "Microsoft YaHei"; tiptext.fontSize = 35; tiptext.color = "#e5e5e5"; tiptext.pos(172, 20); tiptext.autoSize = true; var texArea = new TextArea(); image.addChild(texArea); texArea.hScrollBarSkin = ""; texArea.wordWrap = true; texArea.multiline = true; texArea.edit...

来源: Laya2.0_示例 发布时间: 20251209