大约有 2,539 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0065 秒)
Laya_社区(1916) Laya3.0_api(163) laya_api(112) Laya2.0_api(107) Laya2.0_文档(76) Laya_示例(68) Laya2.0_示例(51) Laya3.0_文档(46)
...ation = new Laya.Animation(); ani.loadAnimation("catFly.ani"); ani.on(Laya.Event.COMPLETE, null, recover); function recover(): void { ani.removeSelf(); Laya.Pool.recover("deathEffect", ani); } return ani; } 附件 : --> 2019-10-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20191019
...th addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...
来源: Laya3.0_api 发布时间: 20231115
...te (file:///D:/workspace_laya/car_h5_nonet/bin/h5/Main.max.js:34766:11) at EventHandler.__proto.runWith (file:///D:/workspace_laya/car_h5_nonet/bin/h5/Main.max.js:1239:42) at ScenceManager.__proto.event (file:///D:/workspace_laya/car_h5_nonet/bin/h5/Main.max.js:1018:29) at ScenceManager.__proto.disp...
来源: Laya_社区 发布时间: 20170117
... this.addChild(mesh); mesh.on(Event.HIERARCHY_LOADED, this, this.OnHierarchyLoaded); let ani_names = this.ani_names; let anies = this.anies; for (let name in ani_...
来源: Laya_社区 发布时间: 20170608
...口加载png 代码如下 var templet:Templet= new Templet(); templet.on(Event.COMPLETE, this, loadPlaneSkComplete); templet.loadAni("a.sk?v=1"); 出现的问题: 加载a.sk?v=1这个文件后,底层自动加载a.png 在chrome的开发者工具中看到,这个a.png是没有版本号的 2018...
来源: Laya_社区 发布时间: 20180404
...界的路径数据 ```typescript //监听鼠标抬起 Laya.stage.on(Laya.Event.MOUSE_UP, this, function() { this.index = 0; //获取每次生成路径 this.getGridIndex(this.path[this.curPathIndex % this.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this.startPoint); this.getGri...
来源: Laya2.0_文档 发布时间: 20210715
...ndex:int = 0; //.............按钮点击事件 监听 changeMeshButton.on(Event.CLICK, this, function():void{ index++; if (index % 5 === 1 ){ //切换mesh sphere.meshFilter.sharedMesh = box; } else if (index % 5 === 2){ //切换mesh sphere.meshFilter.sharedMesh = capsule; } else if(index % 5 === 3)...
来源: Laya2.0_文档 发布时间: 20210714
...ya.d3.coreClasspublic class MeshRendererInheritanceMeshRenderer BaseRender EventDispatcher ObjectSubclasses SkinnedMeshRenderer MeshRenderer 类用于网格渲染器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By bounds : Bounds[read-only]...
来源: Laya2.0_api 发布时间: 20190513
...就存起来了。可以避免这个问题。 Gveden • 2019-08-01 10:49 event回调事件的参数问,参数是个数组,取数组第一个回调给你,第二次的回调直接用的之前的缓存,取了缓存的第一条数据给你
来源: Laya_社区 发布时间: 20181122
...问题 有元件支援视频流渲染吗? Image元件读不了资料流 event自定义事件的问题 问题状态 最新活动: 2018-05-24 09:39 浏览: 2945 关注: 2 人 Laya_Aaron • 2018-05-24 10:00 可以加一个定时器,或者做旋转的时候做判断,如果超过限定角度,就...
来源: Laya_社区 发布时间: 20180523