大约有 2,550 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0110 秒)
Laya_社区(1924) Laya3.0_api(163) laya_api(112) Laya2.0_api(107) Laya2.0_文档(76) Laya_示例(68) Laya2.0_示例(51) Laya3.0_文档(49)
...接,但是客户端就是无法触发_open回调,我尝试监听Laya.Event.OPEN事件,也无法触发回调。 我估计还是我服务器代码问题,有没有大神能给我写一个简单的服务器代码,能让客户端触发到_open回调就行 2017-06-08 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20170608
...方法时失败 分享:LayaAir下如何获取图集下的小图资源? Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2018-01-31 16:49 浏览: 856 关注: 2 人
来源: Laya_社区 发布时间: 20180131
...有的AnimationClip呢? 使用钢体设置防穿后仍有几率会穿透 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 如何获取一个3D模型的长宽高? lh文件内meshSprite添加阴影属性无效 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 ...
来源: Laya_社区 发布时间: 20180502
...1 个回复 w1114367261 赞同来自: 你可以把view的冒泡事件关闭event.stopPropagation(),或者把mouseThrough关闭 , 2018-04-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 arsenalxj 相关问题 两个对象new了一...
来源: Laya_社区 发布时间: 20180420
...关注: 2 人 sfsmmc • 2017-06-01 09:30 是不是必须通过这个 Laya.Event.HIERARCHY_LOADED 回调才能获取到子节点? 还有Laya.MeshTerrainSprite3D.createFromMesh(terrain, 129, 129)放大了地形面积,如何保证和原场景吻合呢? sfsmmc • 2017-06-02 09:43 可以帮忙回...
来源: Laya_社区 发布时间: 20170531
... 记录当前皮肤状态 //播放停止后执行逻辑 this.owner.on(Laya.Event.STOPPED, this, () => { // 通过三元运算符切换皮肤名称 currentSkin = currentSkin === "full-skins/girl" ? "full-skins/girl-blue-cape" : "full-skins/girl"; this.spine3D.skinName = currentSkin; this.spine3D.p...
来源: Laya3.0_文档 发布时间: 20260203
...Driver.addTextureToAtlas __proto.addTextureToAtlas __proto.runWith __proto.event __proto.completeCreate __proto.recreateResource __proto.activeResource (anonymous function) __proto._drawTextureM __proto.drawTextureWithTransform ._drawTextureWithTransform __proto._renderAll __proto._graphics __proto....
来源: Laya_社区 发布时间: 20170222
...ya.stage.addChild(img); Laya.timer.once(500,this,onClick); //Laya.stage.on(Event.CLICK,this,onClick); } private function onClick():void { var htmlCanvas:HTMLCanvas=img.drawToCanvas(100,100,0,0) as HTMLCanvas; var texture:Texture=new Texture(htmlCanvas); var sp:Sprite=new Sprite(); sp.graphics.drawTe...
来源: Laya_社区 发布时间: 20170704
...现 SOCKET.input里面的缓存会越变越大,但只会触发一次Laya.Event.MESSAGE事件,而且msg是只有最近发送的数据,这就导致了SOCKET.input多于的数据将无法获取,而SOCKET.input却会越来越大 附件 : --> 2017-12-14 添加评论 免费帖 --> 分享 微博 QZ...
来源: Laya_社区 发布时间: 20171214
... All Classes | Index | Frames No Frames VideoProperties | Methods | Events Packagelaya.device.mediaClasspublic class VideoInheritanceVideo Sprite Node EventDispatcher Object Video将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关于Video支持的所有事件参见...
来源: laya_api 发布时间: 20170929