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

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

981. 全局安装layaair2-cmd报错怎么办啊 [ 56%]

...at Module.load (node:internal/modules/cjs/loader:981:32) npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:822:12) npm ERR!     at Module.require (node:internal/modules/cjs/loader:1005:19) npm ERR!     at require (node:internal/modules/cjs/helpers:102:18)   请问有人...

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

982. 位图字体文件放在站点上404找不到 [ 56%]

...报错?  错误是Uncaught TypeError: xml.getElementsByTagName is not a function 2017-08-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Supermang42 赞同来自: 加載方式錯了,位圖字體需要先註...

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

983. drawToCanvas无法释放内存 [ 56%]

drawToCanvas无法释放内存 Laya.stage.frameLoop(1, this, ZX);function ZX():void{ var tex:Texture=new Texture(sp.drawToCanvas(sp.width,sp.height,0,0))             sp.graphics.clear()             sp.graphics.destroy()             tex.destroy()         ...

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

984. laya.d3.core.pixelline.PixelLineData_API3.0 [ 56%]

...ndPosition startColor startPosition cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface

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

985. laya.d3.math.RandX_API3.0 [ 56%]

...dX constructor defaultRand random randomint Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static property

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

986. laya.d3.core.Keyframe_API3.0 [ 56%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static property

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

987. ios这边调用JSBridge的新增方法报错 [ 56%]

...Array的zlib.min.js后报错 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 FD 宏编译时 出现 试图访问该方法时失败 LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 问题状态 最新活动: 2020-03-13 18:34 ...

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

988. 在Android Studio中如何调用TS中的方法? [ 56%]

...id Studio中如何调用TS中的方法? 在TS中定义了var callbackvar=function() { } 在Android Stidio中调用ConchJNI.RunJS("callbackvar()");报错 2019-03-01 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 luw...

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

989. 富文本使用图集 [ 56%]

...son", Handler.create(this, createAnimation), null, Loader.ATLAS);  public function createAnimation():void         {             var appendHtml:HTMLDivElement=new HTMLDivElement();             appendHtml.innerHTML="aa==<ani src='res/1.png'></ani>";         ...

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

990. 如何获取骨骼动画当前播放的index或者name [ 56%]

...,直接通过Skeleton类去获取 * @private * 得到帧索引 */ public function get index():int { return _index; }Skeleton继承自Sprite,可以通过getChildByName去获取当前动画的name名称 2016-09-23 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...

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