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

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

101. laya.d3.physics.constraints.FixedConstraint_API3.0 [ 58%]

... Class FixedConstraint Hierarchy ConstraintComponent 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

102. rec是个什么东东 [ 58%]

...就是个摆设。 报错,这不是个构造函数 "StartPage is not a constructor" 为啥图集打包工具打不出,只有.rec LayaAir IDE mac 1.7.19图集打包只生成了.rec文件 怎么把编辑器这个东东隐藏掉? 问题状态 最新活动: 2017-09-02 11:36 浏览: 666 关注: 2 人...

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

103. new vector2报错 [ 58%]

...Laya.Vector2(100, 100); 直接就包了一个异常 "Laya.Vector2 is not a constructor" 这是为什么   版本1.7.20 beta 附件 : --> 2018-08-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 hejianchun 赞同...

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

104. module写法的模块无法使用,其他地方使用会报错 [ 57%]

...无法使用,其他地方使用会报错 module bili{ export class Test{ constructor(){ console.log("Test"); } } } 2018-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 牛唠叨 赞同来自: Chiuan 其实...

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

105. TypeError: Cannot read property 'getSubShaderAt' of undefined [ 57%]

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

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

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

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

107. IDE里的组件不能使用Dictionary么?生成的JS里,有new Dictionary()的时候。组件拖动到界面会报错 [ 57%]

...Dictionary()的时候。组件拖动到界面会报错 Dictionary is not a constructor 2017-09-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 目前IDE中没有Dictionary类...

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

108. 使用 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

109. 使用发光滤镜和模糊滤镜一直报错 [ 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

110. 飞机大战JS版创建子弹报错 [ 56%]

...方出错了,大神们求帮助 报错如下: TypeError: cls is not a constructor 最后项目文件也上传了 2018-03-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_XS 赞同来自: 你的问题用...

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