大约有 106 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0073 秒)
...。 animation.interval = 50;//设置 animation 对象的动画播放间隔时间,单位:毫秒。 animation.play();//播放动画。 Laya.stage.addChild(animation);//将 animation 对象添加到显示列表。 } } } example Animation_Example(); function Animation_Example(){ Laya.init(640, 800);...
来源: Laya3.0_api 发布时间: 20231115
...减去 固定 2个 32的宽度 再随机一个长度 这样 可以让地板时间点的出现 更加随机性 this.maxRight = 852 - 32 * 2 - 32 * parseInt(10 * Math.random()); //创建一个帧循环处理函数 // Laya.timer.frameLoop(1, this, this.onLoop); } //在地板上面添加物品 _proto.ad...
来源: Laya_社区 发布时间: 20160801
...: void Defined in laya/display/AnimationBase.ts:84 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInterval可以修改默认帧间隔时间。 要想为某动画设置独立的帧间隔时间,可以使用set interval,注意...
来源: Laya3.0_api 发布时间: 20231115
...terval Defined in laya/display/AnimationBase.ts:84 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInterval可以修改默认帧间隔时间。 要想为某动画设置独立的帧间隔时间,可以使用set interval,注意...
来源: Laya3.0_api 发布时间: 20231115
...laya/utils/TimeLine" TimeLine Class TimeLine TimeLine 是一个用来创建时间轴动画的类。 Hierarchy EventDispatcher TimeLine Index Properties scale Accessors total Methods addLabel destroy event from gotoLabel gotoTime hasListener off offAll offAllCaller on once pause play removeLabel rese...
来源: Laya3.0_api 发布时间: 20231115
...terval Defined in laya/display/AnimationBase.ts:84 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInterval可以修改默认帧间隔时间。 要想为某动画设置独立的帧间隔时间,可以使用set interval,注意...
来源: Laya3.0_api 发布时间: 20231115
...相同就不生效,true,强制生效 start:int (default = 0) — 起始时间 end:int (default = 0) — 结束时间 freshSkin:Boolean (default = true) — 是否刷新皮肤数据 playbackRate()method public function playbackRate(value:Number):void 设置动画播放速率 Parameters value:...
来源: Laya2.0_api 发布时间: 20190513
...么用呢? 为什么一直都是1/1 如何才会触发他们的改变呢? 时间轴动画中的缓动函数改怎么用呢 laya2.0 async怎么用呢? ConchJNI.callConchJSFunction(arg0, arg1, arg2) 这个能用吗?要怎么用呢? 问题状态 最新活动: 2017-08-18 11:49 浏览: 1153 关注:...
来源: Laya_社区 发布时间: 20170818
...)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Number 从组...
来源: laya_api 发布时间: 20170929
...)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node total : int[read-only] 得到总帧数据 Skeleton transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多...
来源: laya_api 发布时间: 20170929