大约有 1,644 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)
Laya_社区(1482) Laya2.0_文档(45) Laya3.0_api(26) Laya_示例(21) Laya3.0_文档(19) Laya2.0_api(18) laya_api(17) Laya2.0_示例(16)
...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
...**属性** | **功能说明** | | ---------- | ------------------- | | autoPlay | 布尔值,表示是否自动播放当前切片动画。 | | clipWidth | 横向分割图片资源时,每个切片的宽度。 | | clipHeight | 纵向分割图片资源时,每个切片的高度。 | | clipX | 横...
来源: Laya2.0_文档 发布时间: 20210714
...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
...域工程,用微信开发者工具打开报错 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 启动引擎报错 mPlugin.game_plugin_init(3); 微信小游戏编译报错 用了ByteArray的zlib.min.js后报错 2.2.0beta4,微信上动态合批报错. 播放背景音乐的问题 刚...
来源: Laya_社区 发布时间: 20180202
...题 刚打开 桌面调试出现报错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
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 发布到vivo平台后,龙骨动画无法显示 关于发布oppo、vivo快游戏,无法生成Rpk问题 Adobe Flash Builde...
来源: Laya_社区 发布时间: 20200505
...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
...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
...",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