大约有 2,612 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0077 秒)
Laya_社区(1996) Laya3.0_api(163) laya_api(112) Laya2.0_api(107) Laya2.0_文档(82) Laya_示例(68) Laya2.0_示例(51) Laya3.0_文档(33)
... SpineTempletBinary(); this.templet.loadAni(this.aniPath); this.templet.on(Event.COMPLETE, this, this.parseComplete); this.templet.on(Event.ERROR, this, this.onError) } private function parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.ske...
来源: Laya2.0_文档 发布时间: 20210715
...17) at Loader.Laya3D._onHierarchylhLoaded (laya.d3.js:1934) at EventHandler.__proto.runWith (laya.core.js:2062) at Loader.__proto.event (laya.core.js:1818) at Loader.__proto.complete (laya.core.js:23571) at Loader.__proto.onLoaded (laya.core.js:23519) at EventHand...
来源: Laya_社区 发布时间: 20190803
...(Laya.Animator);//监听默认动画完成后播放站立动画ani.on(Laya.Event.COMPLETE,this,this.onAniComplete,[ani]); 可是 实际上并没有啊。 没有 on 这个 函数了 . 要用什么代替啊? 2018-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20181025
...l Classes | Index | Frames No Frames SpotLightProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class SpotLightInheritanceSpotLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object SpotLight 类用于创建聚光。 Public Properties Hide Inherited ...
来源: laya_api 发布时间: 20170929
...Classes | Index | Frames No Frames LightSpriteProperties | Methods | Events Packagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLight LightSprite 类用于创建灯光的父类。 Public Pr...
来源: Laya2.0_api 发布时间: 20190513
骨骼Label事件,多接收一次 看了骨骼里的事件数据eventAniArr只有一次,但我函数却收到了2次回调 附件 : --> 2018-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来...
来源: Laya_社区 发布时间: 20180315
...e; Laya.stage.addChild(this.nsp); this.nsp.on(Laya.Event.CLICK,this,this.drawImg,null) } drawImg(e:Event=null):void{ var copySpr:Laya.Sprite=new Laya.Sprite(); copySpr.texture=this.nsp.drawToTexture(1600,1600,0,0) as Laya.Texture; ...
来源: Laya_社区 发布时间: 20220809
...f (this.assetManager.hasErrors()) { this.event(Laya.Event.ERROR, "load failed:" + this.assetManager.getErrors()); return; } Laya.Laya.timer.frameOnce(1, this, this.loop); ...
来源: Laya_社区 发布时间: 20220317
...ry _setCreateURL _setGPUMemory addDefine cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getText...
来源: Laya3.0_api 发布时间: 20231115
...般是是可以的,例子如下 但是当我本身文本有"<a href=\"event:[T_"这种的时候,就不行了例子如下 2017-03-07 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 你的用法有问题,如果你是跳转标签,你把跳转的内容写到标签外面,不能像flash那...
来源: Laya_社区 发布时间: 20170307