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

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

301. [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 [ 54%]

...项目中也无法自动播放默认动画,通过获取Animator,调用play、crossfade播放都无效。 但是后来通过1.7.* 版本,在Layarun环境下正常播放。 通过两个版本的导出文件对比,猜测是03版本的动画存在一些没有支持到02版本所支持的情况...

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

302. 用xml描述创建一个clip,interval字段妖孽无效 [ 54%]

...                 {                     clip.autoPlay = true;                     //妖孽在此,此妖只吃新鲜数字常量,直接上供写上100动画就可以播放,从xml读取出来赋值,动画文丝不动                   ...

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

303. Clip属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 54%]

...要的Clip。 **示例代码:** ```javascript package { import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.ui.Clip; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_Clip { /***控制器按钮资源***/ private var button...

来源: Laya2.0_文档 发布时间: 20210714

304. ReferenceError: Loading_fly is not defined [ 54%]

...nction (_super) { function Loading_fly() { Loading_fly.super(this); this.onPlay(); } Laya.class(Loading_fly, "Loading_fly", _super) var _proto = Loading_fly.prototype; _proto.onPlay = function () { UIConfig.popupBgAlpha = 0.85; UIConfig.closeDialogOnSide = false; this.diango = new Laya.Dialog(); thi...

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

305. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 54%]

...eedConstantMin dragType duration gravityModifier isPerformanceMode looping playOnAwake prewarm randomSeed randomizeRotationDirection scaleMode simulationSpace simulationSpeed startColorConstant startColorConstantMax startColorConstantMin startColorType startDelay startDelayMax startDelayMin startDel...

来源: Laya3.0_api 发布时间: 20231115

306. qq玩一玩 问题 [ 53%]

... 1.http声音播放问题(此版本前无法播放),如果直接用playMusic或playSound直接播放会出现第一次播放的时候(即内存中无此声音)则无法播放,调用播放后,等待一段时间(加载完成)再次调用播放此声音就可以播放了,(用load加...

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

307. 创建动画时画布的width和height与 实例化后的ani.size(width, height) 有什么区别 [ 53%]

...x = 0; // 当前播放索引 this.aniBirdSing.zOrder = 1; this.aniBirdSing.play(); this.aniBirdSing.pivot(0, 120); this.aniBirdSing.pos(94+0, 259+120); this.aniBirdSing.size(120, 120); console.log(this.aniBirdSing.width, this.aniBirdSing.height); this.aniBirdSing.mouseEnable = true; Laya.stage.addCh...

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

308. laya.d3.component.animator.Animator_API3.0 [ 53%]

...ollerLayer addState crossFade destroy getControllerLayer getCurrentAnimatorPlayState getDefaultState getParamsvalue hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart play removeState setParamsBool setParamsNumber setParamsTrigger Construct...

来源: Laya3.0_api 发布时间: 20231115

309. 资源加载(ActionScript-3D基础(AS3)-LayaAir3D之资源加载) [ 53%]

...ator.getControllerLayer(0).addState(state1); //播放动作 pangziAnimator.play("hello"); })); })); ``` ![](img/6.gif)(图6) ### 批量预加载资源 ​ 上面的例子Scene.load()方法是资源的异步加载,有时候3D的资源比较大,需要预加载来来提升首屏的体验。这时...

来源: Laya2.0_文档 发布时间: 20210715

310. Tween缓动在移动端效果的问题 [ 53%]

...ation:0}, 1500).to(btn2, {rotation:-5}, 1500).to(btn2, {rotation:0}, 1500).play(0, true); 2018-05-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 Laya_Aaron 赞同来自: 提供一个可运行demo看一下 2018-...

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