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

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

111. js调用android的java代码失败。NoSuchMethodException [ 87%]

...s那边的代码 为: _doTestCallJava(){ let os = null let bridge = null if(typeof conchConfig != "undefined"){ os = conchConfig.getOS() } if (os == "Conch-ios") { bridge = PlatformClass.createClass("JSBridge")//创建脚步代理 } else if (os == "Conch-android") { //需要完整的类路径,...

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

112. 最新版本 1.7.5 beta fontClip [ 87%]

...alue:int):void {             _index = value;             if (_bitmap && _sources) {                 this.graphics.clear();                 var splitArr:Array = value.toString().split('');                 for (var i:int = 0; i < splitAr...

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

113. 其他引擎的Demo-Example_23 [ 87%]

...; } animate() { const Sprite = Laya.Sprite, Point = Laya.Point; let laser; if (tick > frequency) { tick = 0; // iterate through the dudes and update the positions laser = new Sprite(); laser.loadImage("res/pixi/laser0" + ((type % 5) + 1) + ".png"); type++; laser.life = 0; let pos1; let pos2; if (typ...

来源: Laya2.0_示例 发布时间: 20241119

114. Spine动画最后一帧无法正常显示 [ 87%]

...试后发现在Skeleton::_update方法中的以下语句:var tGraphics; if (this._aniMode == 0) { tGraphics = this._templet.getGrahicsDataWithCache(this._aniClipIndex, this._clipIndex) || this._createGraphics(); if (tGraphics && this.graphics != tGraphics) { this.graphics = tGraphics; } }...

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

115. 关于使用Idea以及Linux下使用AS语言开发的一点经验 [ 87%]

...一堆错误:   此时就要进行一些设置了。 按 Ctrl + Alt + Shift + S打开工程设置面板,先去Modules设置一下mainClass为你的入口as类,然后设置Libraries,如下图: 然后定位到下载好的LayaAirAS引擎源码路径添加: 注意这里选择Raw ActionScrip...

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

116. Laya引擎bug [ 87%]

...rapOrTruncate=this.wordWrap || this.overflow==Text.HIDDEN;         if (needWordWrapOrTruncate){             var wordWrapWidth=this.getWordWrapWidth();         }         if (this._currBitmapFont){             this._charSize.width=this._currBitmapFont.ge...

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

117. 在使用资源版本控制时,URL.formatURL中有个bug [ 87%]

... public static function formatURL(url:String, base:String = null):String { if (!url) return "null path"; //如果是全路径,直接返回,提高性能 if (url.indexOf(":") > 0) return url; //自定义路径格式化 if (customFormat != null) url = customFormat(url, base); }   在使用资...

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

118. 用Geolocation获取地理位置信息(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 87%]

...de + '°, ' + info.latitude + '°),精确度:' + info.accuracy + 'm'); if(info.altitude != null) trace('海拔:' + info.altitude + 'm' + (info.altitudeAccuracy != null ? (',精确度:' + info.altitudeAccuracy + 'm') : '')); if(info.heading != null && !isNaN(info.heading)) trace('方向:'...

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

119. 用Geolocation获取地理位置信息(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 87%]

...de + '°, ' + info.latitude + '°),精确度:' + info.accuracy + 'm'); if(info.altitude != null) trace('海拔:' + info.altitude + 'm' + (info.altitudeAccuracy != null ? (',精确度:' + info.altitudeAccuracy + 'm') : '')); if(info.heading != null && !isNaN(info.heading)) trace('方向:'...

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

120. QQ玩一玩 API 中没有 BKLaya.tools.BinaryLoader 的定义 [ 87%]

...WebSocket(url); var _self; _self=this; this._socket.onClose=function (ws){ if (_self.onclose !=null){ _self.onclose(); } } this._socket.onOpen=function (ws){ if (_self.onopen !=null){ _self.onopen(); } } this._socket.onError=function (ws){ if (_self.onerror !=null){ _self.onerror(); } } this._socket...

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