大约有 119 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0071 秒)
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
... int = 30 播放间隔(单位:毫秒)。MovieClip loop : Boolean是否循环播放 MovieClip mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 【注意】遮罩对象坐标系是相对遮罩对象本身的,和Flash机制不...
来源: laya_api 发布时间: 20170929
... from AnimationBase.loop Defined in laya/display/AnimationBase.ts:31 是否循环播放,调用play(...)方法时,会将此值设置为指定的参数值。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象...
来源: Laya3.0_api 发布时间: 20231115
...圾回收的开销,尤其是在需要频繁执行的逻辑中,比如帧循环和MOUSE_MOVE事件回调函数里面。 getGraphicBounds()method override public function getGraphicBounds(realSize:Boolean = false):Rectangle 返回此实例中的绘图对象( Graphics )的显示区域,不包...
来源: Laya2.0_api 发布时间: 20190513
...圾回收的开销,尤其是在需要频繁执行的逻辑中,比如帧循环和MOUSE_MOVE事件回调函数里面。 getGraphicBounds()method override public function getGraphicBounds(realSize:Boolean = false):Rectangle 返回此实例中的绘图对象( Graphics )的显示区域,不包...
来源: laya_api 发布时间: 20170929
...islooping: boolean Defined in laya/components/AnimationClip2D.ts:214 是否循环 Optional lock lock: boolean Inherited from Resource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name De...
来源: Laya3.0_api 发布时间: 20231115
...meters nameOrIndex:* — 动画名字或者索引 loop:Boolean — 是否循环播放 force:Boolean (default = true) — false,如果要播的动画跟上一个相同就不生效,true,强制生效 start:int (default = 0) — 起始时间 end:int (default = 0) — 结束时间 freshSkin:Boo...
来源: Laya2.0_api 发布时间: 20190513
...修改之后的这个。马大哈需要谨慎使用。然后那个预制体循环嵌套的问题真的太过分了,就算是我项目资源没做好,运行的时候弹出警告窗口,不让运行就行了啊。却弹出个我永远都关不掉警告窗口,连修改排查bug的机会都没有...
来源: Laya_社区 发布时间: 20181218
...ya.Vector3(); } } /** * 每帧更新时执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 * 此方法为虚方法,使用时重写覆盖即可 */ onUpdate(): void { if (!this.target || !this.camera) return; this.target.transform.position.vsub(this.curpos, this.delatpos);...
来源: Laya3.0_文档 发布时间: 20241014
...meters nameOrIndex:* — 动画名字或者索引 loop:Boolean — 是否循环播放 force:Boolean (default = true) — false,如果要播的动画跟上一个相同就不生效,true,强制生效 start:int (default = 0) — 起始时间 end:int (default = 0) — 结束时间 freshSkin:Boo...
来源: laya_api 发布时间: 20170929