大约有 147 项符合查询结果, 库内数据总量为 30,954 项。 (搜索耗时: 0.0039 秒)
...测机制是啥 2.0版本list渲染显示 2.0版本,Particle2D is not a constructor 问题状态 最新活动: 2019-12-06 12:17 浏览: 762 关注: 1 人
来源: Laya_社区 发布时间: 20191206
...项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor Vector3 是不是有个BUG?@版主 Vector3类里面的forNativeElement方法是做什么用的 问题状态 最新活动: 2017-08-21 20:11 浏览: 1135 关注: 3 人
来源: Laya_社区 发布时间: 20170818
...了这个错误 new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor 【文档错误】3D Camera文档添加天空盒错误 Unity导出模型带动作错误 问题状态 最新活动: 2025-03-03 14:34 浏览: 4897 关注: 3 人
来源: Laya_社区 发布时间: 20250225
....TiledMap()后运行hui会提示Uncaught TypeError: Laya.TiledMap is not a constructor 附件 : --> 2019-08-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问...
来源: Laya_社区 发布时间: 20190808
...Laya.Stat; var SpineTemplet = Laya.SpineTemplet; class SpineBinary { constructor() { this.aniPath = "res/powerup-pro.skel"; this.index = -1; // Laya.init(Browser.width, Browser.height, WebGL); // Laya.stage.scaleMode = Stage.SCALE_NOSCALE; ...
来源: Laya_社区 发布时间: 20211013
...Component ConstraintComponent ConfigurableConstraint FixedConstraint Index Constructors constructor Properties _extra _singleton disableCollisionsBetweenLinkedBodies owner runInEditor scriptPath Accessors anchor appliedImpulse awaked breakForce breakTorque connectAnchor currentForce currentTorque de...
来源: Laya3.0_api 发布时间: 20231115
...? 子域所有代码 (function () { 'use strict'; class GameConfig { constructor() { } static init() { var reg = Laya.ClassUtils.regClass; } } GameConfig.width = 640; GameConfig.height = 1136; GameConfig.scaleMode = "fixedwidth"; GameConfig.screenMode = "none"; GameConfig.alignV = "top"; GameCon...
来源: Laya_社区 发布时间: 20200104
...态函数失败了 这是我的启动类 // 程序入口 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
...veContext" NativeContext Class NativeContext Hierarchy NativeContext Index Constructors constructor Properties _buffer _byteArray _fdata _idata sprite ARRAY_BUFFER_REF_COPY ARRAY_BUFFER_REF_REFERENCE ARRAY_BUFFER_TYPE_CMD ARRAY_BUFFER_TYPE_DATA ENUM_TEXTALIGN_CENTER ENUM_TEXTALIGN_DEFAULT ENUM_TEXTA...
来源: Laya3.0_api 发布时间: 20231102
...var video = new Laya.Video(); 这行代码报错 提示说Video中的Constructor不存在。 原文:Laya.Video is not a constructor 2018-04-17 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 PYS_Goon 相关问题 发起问题...
来源: Laya_社区 发布时间: 20170515