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

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

2621. 位图字体生效 [ 57%]

...ont.loadFont("res/bitmapFont/test.fnt", new Laya.Handler(this, onLoaded)); function onLoaded(){ mBitmapFont.setSpaceWidth(10); Laya.Text.registerBitmapFont(mFontName,mBitmapFont); let txt = new Laya.Text(); txt.text='手机号 +86'; txt.color='#FFFFFF'; txt.font = mFontName;//===============代码...

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

2622. laya.components.Animation2DParm_API3.0 [ 57%]

...tion2DParm" Animation2DParm name type value Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface

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

2623. iframe跳转没反应 [ 57%]

iframe跳转没反应 btn.on(Laya.Event.CLICK,this,function(){ var iframe = Laya.Browser.createElement("iframe"); iframe.src = "http://www.baidu.com"; });点击按钮没有加载百度界面 2016-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

2624. list scroll [ 57%]

...复 w1114367261 赞同来自: sunkui list.renderHandler = new Handler(this,function);在list刷新时触发 list滚动到什么位置了你可以获取list的滑动块的位置来得到 list.scrollbar.slider.value 2018-05-08 1 0 分享 微博 QZONE 微信 大碗 赞同来自: list.content.scrollRect...

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

2625. laya.d3.utils.Size_API3.0 [ 57%]

...e" Size constructor height width fullScreen Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface

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

2626. 纹理加载时,drawTexture方法报错 [ 57%]

...加载一遍。本来是挺好的,但是tex.once却会报tex.once is not function 的错。请问现在该如何处理?     附件 : --> 2018-07-24 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron ...

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

2627. 调用rigitbody.clearForce 报错 [ 57%]

... ImageData is not defined? 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2018-10-22 12:03 浏览: 1307 关注: 2 人 e f • 2018-10-22 15:07 谢谢。这个是引擎的bug还没更新出去吗? Luren_yi • 2018-10-22 15:13 是的,下版本就更新

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

2628. laya.spine.ExternalSkinItem_API3.0 [ 57%]

...Item" ExternalSkinItem attachment skin slot Legend Object literal Variable Function Type alias Class Class with type parameter Accessor Enumeration Interface

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

2629. laya.display.cmd.TransformCmd_API3.0 [ 57%]

...ransformCmd matrix pivotX pivotY ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

2630. 加载问题,已经解决,有遇到加载问题的可以看看 [ 57%]

...载问题的可以看看 Laya.loader.create(res, Laya.Handler.create(this, function(obj){ this.loadFinish(obj,res); })); Laya2.3.0 微信小游戏 如果在create回调里面再去Laya.loader.create,有的手机有概率就是加载失败,平均10000人里面,100多个人会出现这个问题 ...

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