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

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

171. UI怎么设置居中显示,显示到游戏窗口中 [ 57%]

...a.Browser; export class ViewLogin extends ui.loginViewUI { constructor() { super(); this.smo this.visible = false; 我的问题是UI界面如何对齐,不是舞台。。 2018-02-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 taofljf...

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

172. 怎样复制bmf字体 [ 57%]

...字体。    class cloneLabel extends Laya.Label { constructor(_label) { super(); this.align = _label.align; this.x = _label.x; this.y = _label.y; this.width = _label.width; this.height = _label.height; this.fontSize = _label.fontSize; this.color = _label.color; this.font = _label.font; } } 2018-0...

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

173. Shake.instance.start(5, 500);这里面的5和500什么意思? [ 57%]

...名字带$是什么意思? Laya.class是什么意思 layabox js中 的__super,call()是什么意思 这个写法是什么意思,能否解释一下,谢谢 camera的orthographicVerticalSize属性是什么意思? 文档上写的太简洁了! 控制台显示node --debug-brk=27489 --nolazy Debu...

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

174. 2.0编辑模式新建页面后缀为 .scene [ 57%]

...08 浏览: 970 关注: 2 人 lolololo • 2018-10-24 16:58 那像以前的_super (ui.GameOverUI),现在该怎么写呢?

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

175. 显示文本组件 · LayaAir3.0文档 · LAYABOX [ 57%]

...@property( { type : Laya.Label } ) public lab: Laya.Label; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { this.lab.pos(Laya.stage.width >> 1, Laya.stage.height >> 1); //位置 this....

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

176. Laya发布微信小游戏 使用分享功能 [ 57%]

...aya发布微信小游戏 使用分享功能      onClick():void{    super.onClick();    //调用微信的分享按钮    var wx = Laya.Browser.window.wx;    wx.shareAppMessage({title:"女朋友这是什么意思",                       imageUrl:"SubjectItems/...

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

177. 导出到轻游戏平台不成功 [ 57%]

...[TypeError: undefined is not an object(evaluating 'BKCanvasRenderContext.__super.call')];line = 61647,column= 42, 2018-12-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 183*****470 赞同来自: 是不是要将...

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

178. 自定义组件 [ 57%]

...因为 skin 已经被我的重写覆盖了 但是我却无法用类似于 super.skin 这个玩意

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

179. 获取的ui页面里下on事件无法触发 [ 56%]

...触发 类代码如下: var GameStartView = function () { GameStartView.super(this); this.Start.on(Laya.Event.CLICK, this, this.open); console.log(this.Start); GameStartView.prototype.open = function(){ console.log("Open is ok"); } }; Laya.class(GameStartView,"GameStartView", GameStartUI); 输出...

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

180. fillTexture使用问题 [ 56%]

... static width: number = 1188; static height: number = 594; constructor() { super(); Laya.loader.load("res/images/map_01.png", Laya.Handler.create(this, this.bgLoaded)); } bgLoaded(): void { let t: Laya.Texture = Laya.loader.getRes("res/images/map_01.png"); this.width = 1000; this.height = 500; this....

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