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

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

271. 其他引擎的Demo-Example_21 [ 57%]

..."#5D0776", "#EC8A49", "#AF3666", "#F6C84C", "#4C779A"]; private colorCount:number = 0; private isDown:Boolean = false; private path:Array = []; private color:String = this.colors[0]; private liveGraphics:Graphics; private canvasGraphics:Graphics; constructor() { Laya.init(Browser.width, Browser.heig...

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

272. image.skin = base64 无效 [ 57%]

...内meshSprite添加阴影属性无效 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 子域里面排行榜滑动无效,找不到原因。。跪求指导。。。 在设计模式里A元素比B元素层级低,当我点击舞台的时候给A的层级通过zOrder设...

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

273. 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) [ 57%]

...ange); Laya.stage.addChild(progressBar); } private function onChange(value:Number):void { trace("进度: "+Math.floor(value*100)+"%"); } //游戏资源加载进度函数 private function onProgress(pro:Number):void { trace("加载了总文件的:"+pro+"%") progressBar.value=pro; if(progressBar.value...

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

274. 仅在Android微信小游戏下图片错乱 [ 57%]

...rl: any, complete?: Handler, progress?: Handler, type?: string, priority?: number, cache?: boolean, group?: string, ignoreCache?: boolean): LoaderManager;   这里的ignoreCache对图片资源不工作! 这是导致划屏的原因。 悬赏充了100块,没人解决也不会退回。。 网上la...

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

275. 怎么集成导入mqtt.js到laya中 [ 56%]

... port, client): void { //初始化 this.client = new Paho.MQTT.Client(url, Number(port), client); // set callback handlers //连接消失 收到消息 this.client.onConnectionLost = this.onConnectionLost; this.client.onMessageArrived = this.onMessageArrived; // connect the client this.client.connect...

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

276. Cannot read property 'load' of null [ 56%]

...wManager.getInstance().ShowView(contant.loginId); } public SwictMap(index: number):void { var mapName="res/img/map/"+index; this.mapImg.loadImage(mapName); } }       附件 : --> 2017-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

277. 网络和格式-XML [ 55%]

...de:any = xml.firstChild; var nodes:Array = rootNode.childNodes; for (var i:number = 0; i item aitem bsomethis..."; var xmlValue:String = "item aitem bsomethings..."; proessXML(xmlValueContainsError); trace("\n"); proessXML(xmlValue); } // 使用xml private function proessXML(source:String):void { tr...

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

278. Laya.loader.create 不会反馈失败状态跟描述不符合 [ 55%]

....log("3d加载完毕:" + success); }),Laya.Handler.create(this, (progress: number) => { })); 这是个数组。。但是场景文件不存在,失败参数都是空的。。跟文档描述不符合 附件 : --> 2019-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

279. 一个很奇怪的问题,不知道其他同学遇到没有 [ 55%]

...mmon.ts中定义的类: class common{ constructor(){ } public static num : number = 1000000; } 然后启动调试,居然报了这个错:     Uncaught ReferenceError: common is not defined     at new main (main.ts:4)     at main.ts:11   我试了很多次,都是这样,哪位大神给解答以...

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

280. SCALE_FIXED_WIDTH适配屏幕的问题 [ 55%]

...s Main {         private _roomId = 0;         constructor(roomId?: number) {             this._roomId = roomId;             Laya.init(750, 1218, Laya.WebGL);             Laya.Browser.document.title = 'GG游戏;             if (Laya.Browser.onPC) {              ...

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