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

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

751. 图集数据格式 请教 [ 75%]

...播放帧动画。 "frames": { "skill00000.png": { "frame": { "h": 400, "idx": 0, "w": 400, "x": 0, "y": 0 }, "sourceSize": { "h": 400, "w": 400 }, "spriteSourceSize": { "x": 0, "y": 0 } },    2018-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

752. Unity 与LAYA坐标转换问题 [ 75%]

Unity 与LAYA坐标转换问题 为什么UNITY 转LAYA的坐标时候,X需要取反?左右手坐标系按道理X是不变的 2019-06-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 happyfire 赞同来自: ...

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

753. Laya.Tween.to 有没有监听值的变化的方法? [ 75%]

...)。          * @param   props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。          * @param   duration 花费的时间,单位毫秒。          * @param   ease 缓动...

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

754. 用了Sprite3D.instantiate方法,在iPhone6上性能降低了80% [ 75%]

...   static s3ds:{[key:string]:s3d;} = {};   static news3d(id):s3d{ return x.s3ds[id].clone() as s3d;//s3d.instantiate(x.s3ds[id]); }   static loads3d(id, path, handler=null):void{   s3d.load(path, Laya.Handler.create(null, function(sp){ x.s3ds[id] = sp; if(handler)handler.loadeds3d(id, sp); })); ...

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

755. laya.ui.ColorPicker [ 75%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ColorPickerProperties | Methods | Events Packagelaya.uiClasspublic class ColorPickerInheritanceColorPicker UIComponent Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,...

来源: Laya2.0_api 发布时间: 20190513

756. 按类型或文本进行筛选 [ 75%]

...类型或文本进行筛选, 按类型筛选怎么操作,我想把“x”都筛选出来,   我可以只看“x”吗 附件 : --> 2018-06-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同...

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

757. laya.d3.core.scene.Scene3D [ 75%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Scene3DProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class Scene3DInheritanceScene3D Sprite Node EventDispatcher ObjectImplements ISubmit, laya.resource.ICreateResource Scene3D 类用...

来源: Laya2.0_api 发布时间: 20190513

758. layaAir真的没办法做涂鸦板? [ 75%]

...不知道layaAir和js原生的方法有啥差别呢。 这是js的方法 ctx = canvas.getContext("2d"); function draw(x,y){         ctx.strokeStyle = lineColor;         ctx.beginPath();           ctx.moveTo(xLast, yLast);                   ctx.lineTo(x, y);       ...

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

759. 关于loader的问题 [ 75%]

...4 11:14 浏览: 2306 关注: 2 人 shiyang • 2023-09-04 11:43 那就是2.x可以直接知道加载是否成功,3.x需要自己去判断

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

760. hitTestPoint 失效? [ 75%]

...sprite sprite中有 一个image  鼠标点这个image,image.hitTestPoint(x,y)==false? 2016-11-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 看下你的image是否有鼠标点击区...

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