大约有 1,448 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0050 秒)
Laya3.0_api(470) Laya_社区(446) Laya_示例(152) Laya2.0_示例(119) Laya2.0_api(71) Laya2.0_文档(71) Laya3.0_文档(61) laya_api(58)
...eproperty public var playOnWake:Boolean = true 激活时是否自动播放Constructor DetailAnimatorControllerLayer()Constructorpublic function AnimatorControllerLayer(name:String) 创建一个 AnimatorControllerLayer 实例。 Parameters name:StringMethod Detailclone()method public function clone(...
来源: Laya2.0_api 发布时间: 20190513
...测机制是啥 2.0版本list渲染显示 2.0版本,Particle2D is not a constructor 问题状态 最新活动: 2018-11-09 15:03 浏览: 1087 关注: 1 人 念 • 2019-12-12 10:17 请问你这个问题是怎么解决的呢
来源: Laya_社区 发布时间: 20181109
... BindSkeleton extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; } /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.indexOf(source); if(index<0){ this.__bindList.push(source); } this.addChild(...
来源: Laya_社区 发布时间: 20190805
...= 85; private img: Laya.Image; //private text: Laya.Label; constructor(){ super(); this.size(Item.WID, Item.HEI); this.img = new Laya.Image(); //this.text = new Laya.Label(); this.addChild(this.img); //this.addChild(this.text); } public...
来源: Laya_社区 发布时间: 20180507
...转换普通mesh渲染。 Hierarchy MeshSprite3D MeshTerrainSprite3D Index Constructors constructor Properties _extra _scene _url name LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEPOSITIO...
来源: Laya3.0_api 发布时间: 20231102
...Pool.getItemByClass("board",this.Board); 报下面这个错 cls is not a constructor 2017-12-11 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 好的,有问题再反馈 那...
来源: Laya_社区 发布时间: 20171211
...t MyDialogUI = ui.MyDialogUI; export class MyDialog extends MyDialogUI { constructor() { super(); } onOpened(param: any): void { console.log("mylog------" ); } } 附件 : --> 示例工程.zip 2019-09-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20190908
...caught Can not find class 错误 发布微信小游戏运行错误,Class constructor xx cannot be invoked without 'new' 问题状态 最新活动: 2018-07-28 10:22 浏览: 946 关注: 3 人
来源: Laya_社区 发布时间: 20180706
...atch(/function\s*([^(]*)\(/)[1]; 但是获取对象的名称 对象.constructor.name 存在兼容问题 2017-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: asdf131 能具体...
来源: Laya_社区 发布时间: 20170804
...就是个摆设。 报错,这不是个构造函数 "StartPage is not a constructor" 为啥图集打包工具打不出,只有.rec LayaAir IDE mac 1.7.19图集打包只生成了.rec文件 怎么把编辑器这个东东隐藏掉? 问题状态 最新活动: 2017-09-02 11:36 浏览: 666 关注: 2 人...
来源: Laya_社区 发布时间: 20170902