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

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

371. Spine适配版(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 72%]

...模式 在下面的示例代码中有一段代码 ```typescript this.skeleton = this.templet.buildArmature(); ``` 与内置版Spine动画播放模式不同的地方在于内置版我们需要传一个参数来确认使用哪种模式(三种模式中,0:不支持换装,1,2支持换装),而在...

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

372. 切换后台时,引擎如何判断是否停止定时器? [ 72%]

...个简单的测试, class TestUI extends ui.test.TestPageUI {      constructor() {         super();          this.stage.on(Laya.Event.FOCUS, this, this.onFocus);         this.stage.on(Laya.Event.BLUR, this, this.onBlur);         Laya.timer.frameLoop(1,this,thi...

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

373. TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function [ 72%]

TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function   2.0 打包apk启动就报这个错, 1.0 是没有问题的 2020-01-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

374. JS的WebGL模式下使用Laya.Video报跨域错误 [ 72%]

...tp://test_domain.com/resource/2.webm'; var video = new Laya.Video(); video.on('loadedmetadata', this, function() { console.info(video.width + ',' + video.height); Laya.stage.addChild(video); video.play(); }); video.load(video_url); Laya版本是1.7.4Beta Chrome 58下运行报错   laya.device.js增...

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

375. Uncaught TypeError: e.getStackTrace is not a function [ 72%]

Uncaught TypeError: e.getStackTrace is not a function catch( e:Error ) {   ToolBase.Log( e.getStackTrace() ); // Uncaught TypeError: e.getStackTrace is not a function }    Uncaught TypeError: e.getStackTrace is not a function。请问这个后续会实现吗? 2017-01-19 添加评论 免费...

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

376. 使用 addChild 加载界面后,绑定事件报错 [ 72%]

使用 addChild 加载界面后,绑定事件报错 onConfigLoaded(): void {         //加载IDE指定的场景         //GameConfig.startScene && Laya.Scene.open(GameConfig.startScene);         Main.gameStart = new GameStart(); Laya.stage.addChild(Main.gameStart); ...

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

377. 关于3d场景上Button点击事件顺序问题 [ 72%]

关于3d场景上Button点击事件顺序问题 1,我在三维场景中加入了一个按钮button。 2,在场景中加入了鼠标点击事件  Laya.stage.on(Event.MOUSE_DOWN,this,sceneClick);   private function sceneClick():void {     trace("scene clicked"); }   3,在button上添加按钮...

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

378. t._addReference is not a function [ 72%]

t._addReference is not a function 创建带数据域的微信小游戏调试时报错:t._addReference is not a function 2018-04-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你用外...

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

379. 播放视频只有声音没有图像 [ 72%]

... = Laya.SoundManager; export default class LoginGame extends Laya.Scene { constructor() { super(); LoginGame.instance = this; Laya.MouseManager.multiTouchEnabled = false; this.loadScene("LoginGame.scene"); } onEnable() { SoundManager.playMusic("audio/梅林茂 - 静かな古都.mp3", 0); this.login_...

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

380. Not FoundLayaAirIDE_1.7.10_beta 無法下載 [ 72%]

...載 The requested URL /download/LayaAirIDE_1.7.10_beta.zip was not found on this server.   The requested URL /download/LayaAirTS_1.7.10_beta.zip was not found on this server.   麻煩提供檔案到外網,好讓其他開發者下載。 2017-08-29 添加评论 免费帖 --> 分享 微博 QZONE ...

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