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

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

101. Laya.Video内存泄漏问题 [ 57%]

...var video = new Laya.Video(); 这行代码报错   提示说Video中的Constructor不存在。   原文:Laya.Video is not a constructor 2018-04-17 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 PYS_Goon 相关问题 发起问题...

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

102. 在UI类里调用启动类的静态函数失败了 [ 56%]

...态函数失败了 这是我的启动类 // 程序入口 class GameMain { constructor() { Laya.init(600, 400); Laya.stage.bgColor = "#123456"; Laya.loader.load([ { url: "res/beijing/beijing2.png", type: Laya.Loader.IMAGE }, { url: "res/atlas/comp.png", type: Laya.Loader.IMAGE }, { url: "res/atlas/co...

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

103. TypeError: Cannot read property 'getSubShaderAt' of undefined [ 56%]

..._STATE,有什么用能不能去掉。 TypeError: Laya.MovieClip is not a constructor 问题状态 最新活动: 2021-02-24 11:37 浏览: 710 关注: 5 人

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

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

...如下: export default class GameStart extends ui.GameStartUI {     constructor() {         super();          this.btnStart.on(Laya.Event.CLICK, this, this.startGame);     }      startGame(): void {         //Laya.Scene.open("GameView.scene");         ...

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

105. 使用发光滤镜和模糊滤镜一直报错 [ 56%]

...和模糊滤镜一直报错 Uncaught TypeError: Laya.GlowFilter is not a constructor     at LearnGlowFilter.createGlowFilter (LearnGlowFilter.ts:24)     at new LearnGlowFilter (LearnGlowFilter.ts:15)     at GameUI.onTipClick (GameUI.ts:36)     at EventHandler.__proto.runWith (laya.core.js:13...

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

106. UI编辑发布后运行lose skin [ 54%]

...oader = Laya.Loader; // 程序入口 class GameMain{ private begin: Begin; constructor() { Laya.init(600,400, WebGL); Laya.stage.bgColor = "#000000"; Laya.loader.load("comp/button.png", Handler.create(this, this.onLoaded)); } private onLoaded(): void { this.begin = new Begin(); Laya.stage.addChild(t...

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

107. $JAVA_HOME. 错误 [ 54%]

...,也不显示 new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path Box自动宽度计算错误 急急急,运行官方的那个物理引擎例子Singshat报了这个错误 Mask显示错误 文本显示...

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

108. 分享:关于自定义场景继承的实现 [ 54%]

...eScene.tsexport namespace base{ export class BaseScene extends Laya.Scene{ constructor(){ super(); console.log('BaseScene:我是基类BaseScene,我的子类是导出类,我的父类是场景类'); } } } 导出UI 导出后layaMaxUI.ts的内容如下/**This class is automatically generated by LayaAi...

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

109. Laya 3.0 在场景里拖动报move nan 拖动的物体不见了,只能在属性哪里改变xyz [ 54%]

...own runtime '7bad1742-6eed-4d8d-81c0-501dc5bf03d6',TypeError: cls is not a constructor     [Game] Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_is3D') 2023-03-16 0 1 分享 微博 QZONE 微信 蓝色de 赞同来自: 你运行Scene1这个没有报错,Scene报错...

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

110. laya.d3.component.animator.AnimatorController_API3.0 [ 54%]

...oller Class AnimatorController Hierarchy Resource AnimatorController Index Constructors constructor Properties _id clipsID data destroyedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _...

来源: Laya3.0_api 发布时间: 20231115