大约有 1,641 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0058 秒)
Laya_社区(1481) Laya2.0_文档(45) Laya3.0_api(26) Laya_示例(21) Laya2.0_api(18) Laya3.0_文档(17) laya_api(17) Laya2.0_示例(16)
...报错,就解决方案 runtime运行报错! 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() as3 ,LayaAir下调试matter.js物理引擎出错。 问题状态 最新活动: 201...
来源: Laya_社区 发布时间: 20170320
...anchorY blendMode cacheAs components count customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playing ...
来源: Laya3.0_api 发布时间: 20231115
...nit(3); IDE通过.ui自动生成的ui代码报错 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 小游戏项目 加载有中文的json文件 报错 用了ByteArray的zlib.min.j...
来源: Laya_社区 发布时间: 20180205
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 播放声音出错,求指教 问题状态 最新活动: 2017-08-15 21:58 浏览: 1019 关注: 3 人
来源: Laya_社区 发布时间: 20170815
...FrameAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class FrameAnimationInheritanceFrameAnimation AnimationBase Sprite Node EventDispatcher ObjectSubclasses EffectAnimation 节点关键帧动画播放类。解析播放IDE内制作的节点动画。 Public Prope...
来源: Laya2.0_api 发布时间: 20190513
...Event.MOUSE_DOWN, this, dragFunc); Laya.stage.addChild(skeleton); skeleton.play(0,true); rectangle = skeleton.getBounds(); var hitArea = new Laya.HitArea(); var graphic = new Laya.Graphics(); graphic.drawRect(-rectangle.x, -rectangle.y, rectangle.width, rectangle.height); hitArea.hit = graphic; skel...
来源: Laya_社区 发布时间: 20171114
...d() { console.log("进度条"); Laya.stage.addChild(fairygui.GRoot.inst.displayObject); fairygui.UIPackage.addPackage("res/Public"); var ProgressBarPage=fairygui.UIPackage.createObject("Public","ProgressPage").asCom; fairygui.GRoot.inst.addChild(ProgressBarPage); var ProgressBar=ProgressBarPage.ge...
来源: Laya_社区 发布时间: 20171207
...s.sk = this.te.buildArmature(0); this.sk.x = 400; this.sk.y = 700; this.sk.play(0, true); Laya.stage.addChild(this.sk); } Demo如下: 附件 : --> skTest.zip 2019-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 10 个...
来源: Laya_社区 发布时间: 20190320
...ffectAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class EffectAnimationInheritanceEffectAnimation FrameAnimation AnimationBase Sprite Node EventDispatcher Object 动效模板。用于为指定目标对象添加动画效果。每个动效有唯一的目标对...
来源: Laya2.0_api 发布时间: 20190513
...通过name属性区分动画来实现相同动画不同纹理的效果(play函数第三个参数),这种方法会增加动画文件的大小别的没有影响。 2019-02-18 0 3 分享 微博 QZONE 微信 ippon 赞同来自: 在Layabox2中不需要自己创建node啊,node是Laya.display对...
来源: Laya_社区 发布时间: 20190215