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

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

1131. UI组件的分类与继承关系(JavaScript-IDE篇(JS)-设计模式基础) [ 45%]

...Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点,同时也是容器。在2....

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

1132. Spine 间隔一段时间卡顿5000毫秒左右,期间GPU占用极高, Demo已上传 [ 45%]

...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

1133. box2d引擎报错问题 [ 45%]

...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

1134. LayaNative2.0 Lable引发的crash bug(有demo) [ 45%]

...导出的andoid studio工程 去掉导出的layabox.ttf字体后,显示Label就挂了,字体加回去没事。但是我们不想要这个字体啊,太大了 另外如果文本短一些也会没事。 另外即便文本短,也可能有其他条件触发这个bug。还在研究。 谢谢! ...

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

1135. UI组件的分类与继承关系(ActionScript-IDE篇(AS3)-设计模式基础) [ 45%]

...Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点,同时也是容器。在2....

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

1136. LayaBox入门到精通视频最新 [ 45%]

...02阶段 laya2D游戏开发基础入门 001课 场景、节点002课 image label list 等系统组件003课 组件化开发004课 layabox引擎的场景树设计思想005课 脚本挂载拾遗:元编程与子节点查找006课 脚本化与事件系统007课 动画编辑基础009课 骨骼动画与...

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

1137. 分享:为List组件下Item(Box)下的Button(或其他组件)进行监听! [ 45%]

...数据源数组 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

1138. [LayaAir3]laya3.2.4 spine特效问题,spine添加至组件后,对组件内部精灵添加滤镜会影响到其他对象也一同显示滤镜 [ 45%]

...保持在最底部显示? layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 分享,扩展Laya.Text组件实现简单的富文本 spine在微信小游戏中切换动画无法显示 使用谷歌chrom96版本滤镜报错 使用了u3D导...

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

1139. 为什么laya的Button渲染逻辑顺序是先渲染,再获取素材切片? [ 45%]

...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

1140. 打包成Android应用,获取首页链接经常超时最后卡在加载界面 [ 45%]

...源 这个是怎么回事? 如何获取一个3D模型的长宽高? ui.Label经常崩掉 问题状态 最新活动: 2017-09-29 19:38 浏览: 1413 关注: 2 人

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