大约有 1,199 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0059 秒)
Laya_社区(966) Laya2.0_文档(66) Laya3.0_api(49) Laya3.0_文档(31) Laya2.0_api(27) laya_api(21) Laya_示例(20) Laya2.0_示例(19)
...Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点,同时也是容器。在2....
来源: Laya2.0_文档 发布时间: 20200609
...this, () => { ufo.play("ludo_ufo_feixing", true); }); ufo.on(Laya.Event.LABEL, this, (e) => { if (e.name == "xiaoshi") { ufo.offAllCaller(this); // ufo.removeSelf(); } }); })); } genSpine(url, handler: Laya.Handler) { var templet = new Laya.SpineTemplet(Laya.SpineVersion.v4_0); templet....
来源: Laya_社区 发布时间: 20220530
...r) } onTriggerEnter(other: any, self: any, contact: any): void { if (other.label === "cloud") { Laya.Tween.clearAll(this._sp) let effect: Laya.Animation = Laya.Pool.getItemByCreateFun("deathEffect", this.createEffect, this); effect.pos(this._sp.x, this._sp.y); this._sp.parent.addChild(effect); effec...
来源: Laya_社区 发布时间: 20191019
...导出的andoid studio工程 去掉导出的layabox.ttf字体后,显示Label就挂了,字体加回去没事。但是我们不想要这个字体啊,太大了 另外如果文本短一些也会没事。 另外即便文本短,也可能有其他条件触发这个bug。还在研究。 谢谢! ...
来源: Laya_社区 发布时间: 20190823
...Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点,同时也是容器。在2....
来源: Laya2.0_文档 发布时间: 20200609
...02阶段 laya2D游戏开发基础入门 001课 场景、节点002课 image label list 等系统组件003课 组件化开发004课 layabox引擎的场景树设计思想005课 脚本挂载拾遗:元编程与子节点查找006课 脚本化与事件系统007课 动画编辑基础009课 骨骼动画与...
来源: Laya_社区 发布时间: 20190402
...数据源数组 var arr = ; for (var i = 0; i < 100; i++) { arr.push({label: "item " + i, clip: i % 9,btn:"btn"+i}); } //给list赋值更改list的显示 this.list.array = arr; //给list添加渲染函数 this.list.renderHandler = new Handler(this, onListRender); } //通过渲染函数为Btn添...
来源: Laya_社区 发布时间: 20170513
...保持在最底部显示? layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 分享,扩展Laya.Text组件实现简单的富文本 spine在微信小游戏中切换动画无法显示 使用谷歌chrom96版本滤镜报错 使用了u3D导...
来源: Laya_社区 发布时间: 20250412
...s._sources && (this._bitmap.source=this._sources[index]); if (this.label){ this._text.color=this._labelColors[index]; if (this._strokeColors)this._text.strokeColor=this._strokeColors[index]; } } __proto.changeClips=function(){ var img=Loader.getRes(this._skin); if (!img){ console.log("lose s...
来源: Laya_社区 发布时间: 20170516
...源 这个是怎么回事? 如何获取一个3D模型的长宽高? ui.Label经常崩掉 问题状态 最新活动: 2017-09-29 19:38 浏览: 1413 关注: 2 人
来源: Laya_社区 发布时间: 20170923