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

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

1891. Error or warning message:LayaUISample.max.js [ 55%]

...ange261, 有谁知道什么原因导致的吗? 怎样解决? Warning!,this class[MiniAdpter] already exist: Object {init: } 切换场景编辑器时 Laya3D init error must support webGl GradientDataNumber warning是什么 手机闪退,提示:JCTexture::freeGLResource thread error 问题状态 ...

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

1892. 引擎默认的微软雅黑字体会偏移 [ 55%]

...个回复 Laya_Aaron 赞同来自: 临时绕过方法: TextRender.as   class TextRender getFontSizeInfo 函数,最后部分    var xoff:int = Math.max( orix - pixelBBX[0], 0);    var yoff:int = Math.max( oriy - pixelBBX[1], 0);    var bbxw:int = pixelBBX[2] - pixelBBX[0];    var bbxh:int...

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

1893. 官方的示例贴上来,怎么没反映啊 [ 55%]

...ndler(data) { alert(2); } function completeHandler(e) { alert(1); } } Laya.class(JiHuo, "ui.JiHuo", _super); return JiHuo; })(ui.JiHuoUI); 2018-04-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 w1114367261 赞...

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

1894. timeline播放完成Bug [ 55%]

timeline播放完成Bug class Sprite_DisplayImage { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH ...

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

1895. IOS 二次开发 callbackToJSWithClass, JS没有收到OC的回调 [ 55%]

IOS 二次开发 callbackToJSWithClass, JS没有收到OC的回调 AS3 代码: var GRIPMgr:IPlatformClass; GRIPMgr = Laya.PlatformClass.createClass("AppUtil"); GRIPMgr.callWithBack(function(n):void{alert(n)},"getDeviceIDInKeychain");   [size=14]IOS代码:[/size]  +(void)getDeviceIDInKeychain...

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

1896. KeyNotFoundException: The given key was not present in the dictionary [ 55%]

...et_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) 2019-01-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

1897. ts继承后,代码压缩的问题 [ 55%]

...ror: LayerManager is not a constructor的错误 我看到Laya有一个Laya.class的方法,请问这个能解决这个问题吗 2017-12-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: TS...

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

1898. laya.d3.terrain.TerrainLeaf [ 55%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainLeafProperties | Methods Packagelaya.d3.terrainClasspublic class TerrainLeafInheritanceTerrainLeaf Object TerrainLeaf Terrain的叶子节点 Public Properties PropertyDefined By  __ADAPT_MATRIX__ : Matrix4x4[st...

来源: Laya2.0_api 发布时间: 20190513

1899. 微信小游戏,实现监听前后台切换 [ 55%]

...简单的思路,不知道Laya本身是否有解决方案啊  wxhelper.jsclass WXHELPER { constructor () { this._isWxContext = !!window.wx } onShow (callback) { if (!this._isWxContext) return window.wx.onShow(callback) } onHide (callback) { if (!this._isWxContext) return window.wx.onHide(callback)...

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

1900. laya.d3.math.Matrix3x3 [ 55%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Matrix3x3Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Matrix3x3InheritanceMatrix3x3 ObjectImplements laya.d3.core.IClone Matrix3x3 类用于创建3x3矩阵。 Public Properties PropertyDefined ...

来源: laya_api 发布时间: 20170929