大约有 135 项符合查询结果, 库内数据总量为 30,954 项。 (搜索耗时: 0.0040 秒)
...oller Class AnimatorController Hierarchy Resource AnimatorController Index Constructors constructor Properties _id clipsID data destroyedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _...
来源: Laya3.0_api 发布时间: 20231115
...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
...的不一样了 。 很久没用了,都2.0了,入口是哪个main类的constructor里吗?官网新手手册还是老版的。 2018-10-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Xq 赞同来自: M...
来源: Laya_社区 发布时间: 20181026
关于SWF问题 TypeError: MovieClip is not a constructor Main.js:28 at createMovieClip (file:///E:/Laya%E6%B8%B8%E6%88%8F%E5%88%B6%E4%BD%9C/Sprite/Animation_SWF/LayaAirTest/bin/js/bundle.js:38:12) at file:///E:/Laya%E6%B8%B8%E6%88%8F%E5%88%B6%E4%BD%9C/Sprite/Animation_SWF/LayaAirTest/bin/js/bundle...
来源: Laya_社区 发布时间: 20181107
... 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
...s/atlas/images.atlas main.min.js:1 Uncaught TypeError: BackGround is not a constructor at t.onLoaded (main.min.js:1) at t.onLoaded2 (main.min.js:1) at e.run (laya.core.min.js:1) at e.i.event (laya.core.min.js:1) at e.n._endLoad (laya.core.min.js:6) at e (laya.core...
来源: Laya_社区 发布时间: 20180412
...emo代码(已测试有效): // 程序入口 class GameMain { constructor() { Laya.init(640,1100, Laya.WebGL); //设置适配模式 Laya.stage.scaleMode = "showall"; //设置剧中对齐 Laya.stage.alignH = "center"; ...
来源: Laya_社区 发布时间: 20170105
...的话,无法运行。 测试时提示这个:"laya.ui.TestPUI is not a constructor",请问下是不是少应用了JS文件啊? //实例化导出的UI类 //var efc = new laya.ui.TestPUI() //添加到舞台 //Laya.stage.addChild(efc); HelloWorld.rar 2017-07-24 0 0 分...
来源: Laya_社区 发布时间: 20170724
...因,每一个类最后一行都要new一下吗,有必要吗?还是说constructor()的原因?是不是Laya.init()在项目中只能出现一次,出现在那个类里那个类就是入口? 这些在新手文档里面都没有写,我是从egret过来的,虽说都是TS语言,但是感...
来源: Laya_社区 发布时间: 20180606
...roperty 'pivotX' of null 打开弹窗UI时报错 Uncaught TypeError: Class constructor Component cannot be invoked without 'new' TypeError: Cannot read property 'length' of null TypeError: Cannot read property 'getSubShaderAt' of undefined Uncaught TypeError: Cannot read property 'indexCount' Uncaug...
来源: Laya_社区 发布时间: 20180307