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

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

51. @regClass编译报错! [ 72%]

... // 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

52. 提示FontFile not right [ 72%]

...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

53. "Background is not defined"怎么会没定义呢???求救 [ 71%]

... 2017-04-21 10:42 还是报错啊~ TypeError: window.Background is not a constructor

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

54. laya.maths.Vector2_API3.0 [ 71%]

...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

55. laya.maths.Color_API3.0 [ 71%]

...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

56. laya.d3.math.Color_API3.0 [ 70%]

...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

57. 微信头像请求方式 [ 70%]

...: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

58. laya.d3.math.Vector2_API3.0 [ 70%]

...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

59. laya加载unity插件导出的场景 physics3D is not a function [ 69%]

...弹脚本。 */ 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

60. ts项目 模块问题 [ 69%]

...用不了   //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