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

大约有 2,261 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0073 秒)

731. 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

732. 用了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

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

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

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

734. 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

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

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

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

736. 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

737. 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

738. hitTestPoint 失效? [ 75%]

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

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

739. 关于文字的bug和解决方案和建议 [ 75%]

...相关结果 已邀请: 与内容相关的链接 提交 2 个回复 layabox 赞同来自: 关于动态文本的正确使用文档:https://layaair.com/3.x/doc/2D/advanced/useText/readme.html 2023-10-18 0 4 分享 微博 QZONE 微信 layabox 赞同来自: 能不能别那么图省事,把问题和...

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

740. 关于timeline的问题 [ 75%]

...的吗 var timeline:Laya.TimeLine = new Laya.TimeLine(); timeline.to(sp, {x:500, y:500}, 3000, null, 0) .to(sp, {x:0, y:0}, 3000, null, 0); timeline.play(0, false); 2017-09-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

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