大约有 1,987 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0091 秒)
Laya_社区(1493) Laya2.0_文档(137) Laya3.0_api(100) Laya2.0_api(77) laya_api(61) Laya3.0_文档(54) Laya_示例(34) Laya2.0_示例(31)
...我提过多次,但应该还没有解决。 text=new Text(); text.size(120,80); text.font="位图字体名"; text.piovtY=text.height>>1; text.align = "center"; text.valign= "middle"; text.borderColor="#ffffff"; 上下中心不对称,左右是对的,如图 附件 : --> 2016-11-16 添...
来源: Laya_社区 发布时间: 20161116
...:对多个按钮(位置分别为C,D,E,F,G)先点击抖动的效果 1.创建一个动效动画,设置位置A; 2.将动效动画添加到ui界面的多个按钮上; 由于动画模板的坐标是A的,所以添加了动画模板的按钮位置都发生偏移,偏移到动效中的位置A...
来源: Laya_社区 发布时间: 20171020
... read property '_tf' of null 一直在报这样一个错误 附件 : --> 2016-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 nieyiwei 赞同来自: private var _guideImage:Image; public function main():vo...
来源: Laya_社区 发布时间: 20161216
...; bg.loadImage("comp/hunter.jpg"); this.addChild(bg); Laya.timer.frameLoop(1,this,this.move); // drawSomething(); } move() { sp = new Laya.Sprite(); Laya.stage.addChild(sp); //画曲线 if(x<100){ x++; } sp.graphics.clear(); sp.graphics.drawCurves(10, 58, [x, 0, 19, -100, 39, 0], "#ff0000", 3); }...
来源: Laya_社区 发布时间: 20190520
...aleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; const monkey1Path = "https://layaair2.ldc2.layabox. ... 3B%3B Laya.loader.load(monkey1Path, Laya.Handler.create(this, function() { let monkey = Laya.loader.getRes(monkey1Path); let ape = new Laya.Sprite(); Laya.stage.addChild(ape); ape.g...
来源: Laya_社区 发布时间: 20190927
... _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited...
来源: Laya3.0_api 发布时间: 20231115
...el(): Panel Overrides UIComponent.constructor Defined in laya/ui/Panel.ts:31 创建一个新的 Panel 类实例。 在 Panel 构造函数中设置属性width、height的值都为100。 Returns Panel Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node...
来源: Laya3.0_api 发布时间: 20231115
... _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited...
来源: Laya3.0_api 发布时间: 20231115
...,那么该如何计算实际位置与获取的位置之间的偏差呢 2017-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: skew是斜切,它的位置信息不回改变,只是形...
来源: Laya_社区 发布时间: 20170307
... _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:631 _skinBaseUrl _skinBaseUrl: string Inherited from AnimationBase._skinBaseUrl Defined in laya/display/Sprite.ts:269 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string ...
来源: Laya3.0_api 发布时间: 20231102