大约有 3,253 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0073 秒)
Laya_社区(2450) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(82) Laya_示例(52) Laya2.0_示例(18)
...ug,帧属性面板打不开 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 分享:技术突破:HTML5裸跑性能已可媲美APP 自从layaflash起,就一直存在的bug 在List渲染的时候,在滚动一个list的时候,如...
来源: Laya_社区 发布时间: 20221018
...ds SingleBase{ private mFactory: Laya.Templet = null; public isFinish = false; private mArmatureUsed:Array<Laya.Skeleton> = []; private mArmatureUnUsed:Array<Laya.Skeleton> = []; public static getInstance():DdzLandlordAni{ return this.instance(DdzLandlordAni); } public constructor...
来源: Laya_社区 发布时间: 20190821
...dir,norDir); console.log(norDir); //this.sprite.transform.translate(norDir,false); // let position = Laya.Vector3.ZERO; // Laya.Vector3.add(this.sprite.transform.position,norDir,position) // this.sprite.transform.position = position; this.sprite.transform.localPositionX += norDir.x * 0.017 * this.nS...
来源: Laya_社区 发布时间: 20191026
...ite3D = Sprite3D.instantiate(meshSprite,new Vector3(0.1, 0, 0.2),null,null,false) as MeshSprite3D; twoMc.transform.position = new Vector3(0.1, 0, 0.2); var transformUVTwo:TransformUV = new TransformUV(); ...
来源: Laya_社区 发布时间: 20170311
...s.skeleton.getAnimNum()) { this.index = 0 } this.skeleton.play(this.index, false, true) } } new SpineBinary; ``` 具体效果大家可以在官网引擎事例中查看。
来源: Laya2.0_文档 发布时间: 20210715
...,微信上动态合批报错. 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Panel加了vScrollBarSkin还是不能滚动 runtime运行报错! 用了ByteArray的zlib.min.js后报错 IDE通过.ui自动生成的ui代码报错 问题状态 ...
来源: Laya_社区 发布时间: 20160721
...g:boolean — 是检查对象 (true) 的实际像素,还是检查边框 (false) 的实际像素。 2017-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan 赞同来自: 我们API中没有第三个参...
来源: Laya_社区 发布时间: 20171106
...ya.loader.getRes(_path); if(itemComplete == null || itemComplete.loaded == false){ var groupName:String = null; if(isGroup == true){ groupName = url; } Laya.loader.create(_path, Handler.create(this,OnComplete,null),null,null,null,1,true,groupName); }else{ var item:Sprite3D = Pool.getItem(_path); if(...
来源: Laya_社区 发布时间: 20180425
...信 avpvsdoom 赞同来自: box.transform.rotate(new Vector3(0,45,0),true,false); 我知道 这个方法可以旋转 但是这个方法不能写在 Laya.timer.loop 的回调方法里面 如果要按照这么写的话 模型就疯狂的旋转 所以我没用这个方法 我是在 Laya.timer.loop ...
来源: Laya_社区 发布时间: 20170919
...标事件,看过论坛上的方法(阻止冒泡、设置穿透参数为false等),尝试无果,依然可以穿透; 问题5:在设计模式编辑ui时,使用HBox,在编辑器中竟然可以随意拖拽子节点,但是运行起来后子节点才受到约束,这不是‘所见...
来源: Laya_社区 发布时间: 20181012