大约有 13 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0039 秒)
...找不到window---cant find variable: window stack LayaAirIDE2.2 - Laya3D init error ,must support webGL Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 module写法的模块无法使用,其他地方使用会报错 Laya...
来源: Laya_社区 发布时间: 20200316
...aya的渲染器,而不是matter自带的渲染器 2、必须执行 Laya.init(stageWidth, stageHeight, WebGL);否则会报错:TypeError: Cannot read property 'frameLoop' of nullvar Browser = Laya.Browser; var WebGL = Laya.WebGL; var Matter = window.Matter; var LayaRender = window.LayaRender; var...
来源: Laya_社区 发布时间: 20170905
...导入AS报错Could not find com.android.tools.build:gradle:3.1.2. Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 切换场景编辑器时 Laya3D init error must support webGl spine动画转换失败,加载错误:导出...
来源: Laya_社区 发布时间: 20191030
... the specified character in all fonts:263c 切换场景编辑器时 Laya3D init error must support webGl Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 请问object层中添加的sprite怎么添加点击事件 spine动...
来源: Laya_社区 发布时间: 20180410
...null==this.s_instance) { this.s_instance=new MapManager(); this.s_instance.init(); } return this.s_instance; } private init() { } private skins: Array<string>; private mapImg:Laya.Image; private constructor() { } public GetMap():Laya.Image { if(this.mapImg==null) { this.mapImg=new Laya.Image()...
来源: Laya_社区 发布时间: 20171124
示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Conn...
来源: Laya_社区 发布时间: 20171218
... 初始化 IsLand.__super.call(this); // 名字 this.name = "gemini"; this.init(); } // 注册类 IsLand Laya.class(IsLand,"IsLand",laya.display.Sprite); // 原型 var _proto = IsLand.prototype; // 初始化 _proto.init = function(){ // 球体 this.ball = new Sprite(); // 城堡 this.tower = new Spr...
来源: Laya_社区 发布时间: 20170720
...pportedFrameRates Methods destroy endXRRenderLoop event exitXR hasListener initializeAsync initializeSessionAsync initializeXRGL isSessionSupportedAsync off offAll offAllCaller on once resetReferenceSpace runXRRenderLoop setReferenceSpaceTypeAsync updateRenderStateAsync updateTargetFrameRate Propert...
来源: Laya3.0_api 发布时间: 20231115
...的逻辑: class LayaUISample { constructor() { //初始化引擎 Laya.init(0,0); var Hls:any = Laya.Browser.window.Hls;//获取对Hls的引用。 var plyr:any = Laya.Browser.window.plyr;//获取对plyr的引用 //获取video对象,就是页面上命名为“player”的标签 var video:any = La...
来源: Laya3.0_文档 发布时间: 20241014
...private handshakeCallback:any = null; private handshakeBuffer:any; private initCallback:Function = null; private _callbacks:any = {}; private reqId:number = 0; private _package:IPackage; private _message:IMessage; constructor(){ if(!console.group){ console.group = console.log; console.groupEnd = fun...
来源: Laya_社区 发布时间: 20180119