大约有 134 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
... // src/MachineCtrl.ts var MachineCtrl = class extends CtrlBase { constructor() { super(); } }; __name(MachineCtrl, "MachineCtrl"); // src/funcccccc.ts var funzzzzz = class { constructor() { } static run(callBack, caller, time) { new M...
来源: Laya_社区 发布时间: 20230608
...header field name new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor IDE不能运行调试提示:Chrome error: Error:... 用webstorm提示Cannot find name 'Laya'怎么解决 问题状态 最新活动: 2018-05-02 11:36 浏览: 862 关注: 2 人
来源: Laya_社区 发布时间: 20180428
... 2017-04-21 10:42 还是报错啊~ TypeError: window.Background is not a constructor
来源: Laya_社区 发布时间: 20170420
...2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor Properties x y ONE ZERO Methods clone cloneTo forNativeElement fromArray setValue toArray writeTo dot equals normalize rewriteNumProperty scalarLength scale Constructors constructor new Vector2(x?: nu...
来源: Laya3.0_api 发布时间: 20231115
...lor 类用于创建颜色实例。 Hierarchy Color Implements IClone Index Constructors constructor Properties a b g r BLACK BLUE CLEAR CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constru...
来源: Laya3.0_api 发布时间: 20231115
...lor 类用于创建颜色实例。 Hierarchy Color Implements IClone Index Constructors constructor Properties a b g r BLACK BLUE CLEAR CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constru...
来源: Laya3.0_api 发布时间: 20231102
...:1 [TMA][ERROR][RUNTIME] thirdScriptErrorLaya.Browser.window.Blob is not a constructor;at api request success callback function TypeError: Laya.Browser.window.Blob is not a constructor 2019-10-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...
来源: Laya_社区 发布时间: 20190430
...2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor Properties x y ONE ZERO Methods clone cloneTo forNativeElement fromArray setValue toArray writeTo dot normalize rewriteNumProperty scalarLength scale Constructors constructor new Vector2(x?: number, y...
来源: Laya3.0_api 发布时间: 20231102
...弹脚本。 */ export default class GameUI extends ui.test.TestSceneUI { constructor() { super(); //添加3D场景 Laya.Scene3D.load("res/Conventional/SimpleTown_DemoScene.ls",Laya.Handler.create(this,function(s:Laya.Scene3D):void{ var scene = s; Laya.stage.addChild(scene); //创建摄像...
来源: Laya_社区 发布时间: 20181227
...用不了 //b文件 export default class player extends Laya.Sprite { constructor() { super(); this.pivot(this.width / 2, this.height / 2); this.graphics.drawRect(0, 0, this._size, this._size, this._color); } } //a文件 import player from './player'; // 程序入口 class GameMain { construct...
来源: Laya_社区 发布时间: 20180804