大约有 25 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...nClip.duration(); //每帧间隔 var frameInterval:int = 1 / animator.cacheFrameRate; //总帧数 var endFrame:int = Math.floor(maxTime / frameInterval); //计算开始帧 var startFrame:int = Math.floor(endFrame * (1 - percent)); animator.addClip(totalAnimationClip,"runShoot",startFrame); animator....
来源: Laya_社区 发布时间: 20180725
...":3, "child":[ ] }], "animations":[ { "nodes":[ ], "name":"ani1", "id":1, "frameRate":24, "action":0 }] } 附件 : --> 2020-04-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 8 个回复 180*****858 赞同来自: 请问谁...
来源: Laya_社区 发布时间: 20200417
...royed displayHeight displayWidth displayedInStage drawCallOptimize filters frameRate fullScreenEnabled globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isFocused isVisibility mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleMode scaleX sca...
来源: Laya3.0_api 发布时间: 20231115
...ata.d, data.tx, data.ty); break; case "display": Laya.Laya.stage.frameRate = data.rate || Laya.Stage.FRAME_FAST; break; case "undisplay": Laya.Laya.stage.frameRate = Laya.Stage.FRAME_SLEEP; break; } if (data['isLoad'] == "opendatacontext") { if (data.url) { MiniFileMgr....
来源: Laya_社区 发布时间: 20200103
...; import flash.events.Event; [SWF(width=960,height=640,backgroundColor=0x0,frameRate=60)] public class Main extends Sprite { public function Main():void { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); this.init(); } private function init(e:Event = null):void { removeEventList...
来源: Laya_社区 发布时间: 20151218