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

大约有 1,106 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0137 秒)

381. laya.d3.core.light.SpotLight_API3.0 [ 59%]

...d SpotLight 类用于创建聚光。 Hierarchy LightSprite SpotLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedT...

来源: Laya3.0_api 发布时间: 20231115

382. list组件itemRender属性 [ 59%]

...item的时候,是不是对item进行实例化了?我想在item实例化constructor里面添加一个参数进去。 2018-02-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自:...

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

383. Laya ts版,使用jasmine进行单元测试 [ 58%]

...Library/ToolService.ts, 内容为module Library{ export class ToolService{ constructor(){ } public static sum(a:number, b:number):number { return a + b; } } }   一个是 src/Library/UserService.ts, 内容为module Library{ export class UserService{ constructor(){ } public multiple(a:number, b:numb...

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

384. laya.d3.core.RenderableSprite3D_API3.0 [ 58%]

...hSprite3D ShuriKenParticle3D TrailSprite3D SimpleSkinnedMeshSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEPOS...

来源: Laya3.0_api 发布时间: 20231115

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

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

387. 在微信小游戏中,主域中显示开发域的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

388. laya.d3.core.light.DirectionLight_API3.0 [ 58%]

...ght 类用于创建平行光。 Hierarchy LightSprite DirectionLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedT...

来源: Laya3.0_api 发布时间: 20231115

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

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

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

390. 小白求助,为何这个工程的 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