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

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

1481. 屏幕适配-屏幕适配 [ 52%]

...aya.WebGL; export class SmartScale_T { //所有适配模式 private modes: Array = ["noscale", "exactfit", "showall", "noborder", "full", "fixedwidth", "fixedheight"]; //当前适配模式索引 private index: number = 0; //全局文本信息 private txt: Text; constructor() { // 不支持WebGL时...

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

1482. [LayaAir 3.0]3.0.7微信小游戏开发环境Spine3.7报错 [ 52%]

...aphics.drawTriangles(texture.realTexture, 0, 0, mVertices, mUVs, new Uint16Array(triangles), Laya.Matrix.EMPTY, alpha, colorNum, blendMode);spine导出版本3.7.89 2023-11-15 0 0 分享 微博 QZONE 微信 Laya_Fred 赞同来自: 您好,我们这边测试3.7.89版本的spine导出发布到微信...

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

1483. 背景音乐音效问题 [ 52%]

...出声音的浏览器能放出声音了,这是怎么回事 var lobbyRes:Array<any> = [ {url: "Lobby/Sound/BG309.mp3",type:Laya.Loader.SOUND}, } Laya.loader.load(fightLandlordRes, Laya.Handler.create(this, this.resLoaded)); Laya.SoundManager.playMusic("Lobby/Sound/BG309.mp3"); 2017-09-25 添...

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

1484. 关于HttpRequest [ 52%]

...{ for (var i in param) { var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i); paramStr += CommonUtils.urlEncode(param[i], k, encode); } } // var paramStr = ""; // for (var prop in param) { // paramStr += prop + "=" + param[prop] + "&"; // } // paramStr = paramStr.s...

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

1485. 关于mouseThough=true的问题 [ 52%]

...timer.callLater(this,onLater); // trace(Laya.timer.toString()); var assets:Array = []; assets.push({url:[ "fish_6.png" ],type:Loader.IMAGE}); Laya.loader.load(assets,Handler.create(this,onLoaded)); } private function onLoaded():void{ var img:Image = new Image("fish_6.png"); img.o...

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

1486. 多scene3d报内存不足问题 [ 52%]

...题 报错:laya.physics3D.js:308 Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with  -s TOTAL_MEMORY=X  with X higher than the current value 16777216, (2) compile with  -s ALLOW_MEMORY_GROWTH=1  which allows increasing the size at runtime but prevents some optimizations, (3)...

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

1487. laya 1.0 源码中 RunDriver.as里measureText的问题 [ 52%]

...hanzi:RegExp = new RegExp("^[\u4E00-\u9FA5]$"); private static var fontMap:Array = ; public static var measureText:Function = function(txt:String, font:String):* { var isChinese:Boolean = hanzi.test(txt); if (isChinese && fontMap[font]) { return fontMap[font]; } var ctx:* = Browser.context; ...

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

1488. 曲线遮罩层无法正确渲染 [ 52%]

...法播放,U3D和1.7.*都没问题 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? dialog 自定义关闭效果,效果执行完,弹窗无...

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

1489. as3 byteArray的compress 与laya的byteArray JS库的 uncompress是否能搭配? [ 52%]

as3 byteArray的compress 与laya的byteArray JS库的 uncompress是否能搭配? as3 byteArray的compress 与laya的byteArray JS库的 uncompress是否能搭配? 2016-12-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...

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

1490. 2.0.0beta5 can not find class Laya.Text [ 52%]

...] already exist: Object {init: } 2.0.0编译报错Cannot find global type 'Array' 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. LayaNative2.2运行报错。:getBitmapData Cannot find the specified character in all fonts:263c Cannot find module Roaming\npm\node_module...

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