大约有 216 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0047 秒)
...y = (this.height - tArray[1])/2 + e.y; } } } } } IXgSoul • 2018-07-05 21:35 @momo199059:攒 Yuk • 2018-07-19 11:37 是不对
来源: Laya_社区 发布时间: 20180104
...9553 • 2017-11-03 16:30 公司网不太好 186*****745 • 2017-11-03 16:35 下午我自己重新做了个场景导出 也是一坨黑粑粑。 我也是无语了。 有做光照贴图的。这个问题耗了一天。 wudi199553 • 2017-11-03 17:27 你看了我发给你的了么 186*****745 • 2...
来源: Laya_社区 发布时间: 20171103
...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
...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
...启动类的标签的话是不会被覆盖的 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
...计数器切片位置 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
... at layaair.game.Market.MarketTest.LP_Init(MarketTest.java:35) at layaair.game.conch.LayaConch5.onCreate(Unknown Source) ...
来源: Laya_社区 发布时间: 20171225
...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
...存在,如果不存在引入第三方库 185*****051 • 2019-05-09 13:35 请问一下,你们conchRuntime里面impert的#import <functional>,需要说明库的支持,编译又报了这个错误! Laya_Aaron • 2019-05-09 15:43 好像是链接我们的conch.a没弄对 185*****051 • ...
来源: Laya_社区 发布时间: 20190508
...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