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

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

141. [LayaAir3]微信小游戏 高性能+模式文字显示不全 [ 57%]

...戏如何使用ttf字体? layaair3.1.3版本打出的项目中的textlabel组件在vivo小游戏引擎1105及以下文字显示异常 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 2.1.1.1引擎微信小游戏掉帧严重 spine在微信小游戏中切换动画无法显示 问...

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

142. laya.display.AnimationBase_API3.0 [ 57%]

...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...

来源: Laya3.0_api 发布时间: 20231115

143. laya.display.FrameAnimation_API3.0 [ 57%]

...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...

来源: Laya3.0_api 发布时间: 20231115

144. laya.display.EffectAnimation_API3.0 [ 57%]

...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...

来源: Laya3.0_api 发布时间: 20231115

145. 求助,屏幕旋转后滚动条没有跟随旋转 [ 56%]

... "CommDialog/vscroll.png"; this.sp_wanfa.addChild(panel); let t = new Laya.Label(); t.width = 638; t.fontSize = 25; t.wordWrap = true; t.color = "#976A4F"; t.overflow = "scroll" t.leading = 20; t.text =WanF.xinxi; panel.addChild(t); } public static xinxi = ` 信息,指音讯、消息、通讯系...

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

146. laya.display.Animation_API3.0 [ 55%]

...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...

来源: Laya3.0_api 发布时间: 20231115

147. HTMLDivElement 中contextWidth计算有问题 [ 54%]

...mlDivElement宽度设置错误 求一个2D子弹跟踪的JS计算公式! Label组件字体大小计算不对 HTMLDivElement 怎么修改文本内的行间距 问题状态 最新活动: 2017-03-09 21:36 浏览: 1237 关注: 2 人 cuixueying • 2017-05-18 13:47 div获取不到宽高,span可以,...

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

148. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 51%]

...并用代码控制弹出。方法为: let menu = IEditor.Menu.create([ { label: "test" , click : function() { console.log("clicked"); } } ]); //当需要弹出时 menu.show(); 菜单也支持级联,并且不限层数。例如: IEditor.Menu.create([ { label: "test" , submenu: [ { label : "a" },...

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

149. 分享:关于自定义场景继承的实现 [ 50%]

... ui { export class CustomSceneUI extends BaseScene { public txt_hello:Laya.Label; constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("CustomScene"); } } REG("ui.CustomSceneUI",CustomSceneUI); }   创建runtime类 如果想方便的引用导出类的组件,应...

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

150. laya.ui.WXOpenDataViewer_API3.0 [ 49%]

...的任意属性进行赋值。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}};...

来源: Laya3.0_api 发布时间: 20231102