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

大约有 1,644 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)

1581. laya.display.EffectAnimation [ 43%]

...ffectAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class EffectAnimationInheritanceEffectAnimation FrameAnimation AnimationBase Sprite Node EventDispatcher Object 动效模板。用于为指定目标对象添加动画效果。每个动效有唯一的目标对...

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

1582. 如何获取animation的node节点? [ 42%]

...通过name属性区分动画来实现相同动画不同纹理的效果(play函数第三个参数),这种方法会增加动画文件的大小别的没有影响。   2019-02-18 0 3 分享 微博 QZONE 微信 ippon 赞同来自: 在Layabox2中不需要自己创建node啊,node是Laya.display对...

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

1583. Clip属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 42%]

...**属性** | **功能说明** | | ---------- | ------------------- | | autoPlay | 布尔值,表示是否自动播放当前切片动画。 | | clipWidth | 横向分割图片资源时,每个切片的宽度。 | | clipHeight | 纵向分割图片资源时,每个切片的高度。 | | clipX | 横...

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

1584. laya.spine.SpineSkeleton_API3.0 [ 42%]

...scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag PAUSED PLAYING STOPPED drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY animationName blendMode cacheAs components currentTime customRenderEnable destroyed displayHeight displayWidth di...

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

1585. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 42%]

...域工程,用微信开发者工具打开报错 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 启动引擎报错 mPlugin.game_plugin_init(3); 微信小游戏编译报错 用了ByteArray的zlib.min.js后报错 2.2.0beta4,微信上动态合批报错. 播放背景音乐的问题 刚...

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

1586. 3D动画播放时,无法改变自身及子对象的任何属性,动画停止后才可以,是什么原因? [ 42%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 问题状态 最新活动: 2017-12-29 17:31 浏览: 998 关注: 4 人 Laya_Aaron • 2017-12-29 17:32 并且那个动画是只读的,根本不能改里面的数据 Laya_Aaron • 2017-12-29 17:32 你要把骰子放在...

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

1587. Uncaught 无法实例class PhysicsCollider extends PhysicsTriggerComponent [ 41%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 发布到vivo平台后,龙骨动画无法显示 关于发布oppo、vivo快游戏,无法生成Rpk问题 Adobe Flash Builde...

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

1588. 微信小游戏加载资源问题 [ 41%]

...eturn; } if (this.loops > 0) { this.loops--; } this.startTime = 0; this.play(); } play() { this.isStopped = false; Laya.SoundManager.addChannel(this); this._audio.play(); } set startTime(time) { if (this._audio) { this._audio.startTime = time; } } set autoplay(value) { this._audio.autoplay = valu...

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

1589. Resources already exist,is repeated loading 加载特效报重复加载 [ 41%]

...ettings);         this.sp.emitter.start();         this.sp.play();         Laya.stage.addChild(this.sp);          this.sp.x = Laya.stage.width / 2;         this.sp.y = Laya.stage.height / 2;     } } 打印的报错: 11111111111 TransformDemo.ts:73 Resou...

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

1590. 加载的时候动画会卡 [ 41%]

...",ui.loadUI);     Lload.prototype.dh = function(){         this.ani1.play(0,true);         Tween.to(this.bigfont,{scaleX:1,scaleY:1},500,Ease.backOut,null,0)         Tween.to(this.smallfont,{y:905},500,null,null,500);         //Tween.to(this.diqiu,{rotation:36000},100000,null,null,...

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