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

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

631. laya.d3.component.AnimatorControllerLayer [ 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

632. 2.0版本Laya.MiniAdpter为空? [ 58%]

...测机制是啥 2.0版本list渲染显示 2.0版本,Particle2D is not a constructor 问题状态 最新活动: 2018-11-09 15:03 浏览: 1087 关注: 1 人 念 • 2019-12-12 10:17 请问你这个问题是怎么解决的呢

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

633. Laya 绑定显示内容到骨骼动画 [ 58%]

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

634. 在微信小游戏中,主域中显示开发域的list为什么显示不全? [ 58%]

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

635. 对象池使用报错 [ 58%]

...Pool.getItemByClass("board",this.Board); 报下面这个错  cls is not a constructor 2017-12-11 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 好的,有问题再反馈 那...

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

636. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 58%]

...转换普通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

637. 小白求助,为何这个工程的 onOpened 没有执行 [ 58%]

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

638. must set document class! [ 58%]

...caught Can not find class 错误 发布微信小游戏运行错误,Class constructor xx cannot be invoked without 'new' 问题状态 最新活动: 2018-07-28 10:22 浏览: 946 关注: 3 人

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

639. 获取对象的名称 兼容问题 [ 58%]

...atch(/function\s*([^(]*)\(/)[1];  但是获取对象的名称   对象.constructor.name 存在兼容问题 2017-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: asdf131 能具体...

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

640. 陀螺仪与加速计 · LayaAir3.0文档 · LAYABOX [ 58%]

...取旋转方位信息: class Gyroscope_Sample { private info: Laya.Text; constructor() { Laya.init(550, 400); this.info = new Laya.Text(); this.info.fontSize = 50; this.info.color = "#FFFFFF"; this.info.size(Laya.stage.width, Laya.stage.height); Laya.stage.addChild(this.info); Laya.Gyroscope.insta...

来源: Laya3.0_文档 发布时间: 20230303