大约有 153 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0082 秒)
...number set loop(value: number): void Defined in laya/media/SoundNode.ts:58 循环次数 Returns number Defined in laya/media/SoundNode.ts:62 循环次数 Parameters value: number Returns void mask get mask(): Sprite set mask(value: Sprite): void Inherited from Text.mask Defined in laya/display/Sprit...
来源: Laya3.0_api 发布时间: 20231115
...,70]; // 初始化引擎,设置舞台大小 Laya.init(400,852); // 创建循环滚动的悲剧 this.bg = new BackGround(); // 把背景添加到舞台 Laya.stage.addChild(this.bg); // 加载图集资源 Laya.loader.load("res/atlas/war.json",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS...
来源: Laya_社区 发布时间: 20170525
... 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
...钮、`下一帧`按钮、`尾帧`(*最后一个关键帧*)按钮、`循环播放`按钮。不同按钮播放动画的效果如动图9所示。 ![图9](img/9.gif) (动图9) **首帧按钮**:点击后播放指针移动到时间轴的首帧(*第0帧*)。 **上一帧按钮**:点击后播放...
来源: Laya2.0_文档 发布时间: 20210715
...圾回收的开销,尤其是在需要频繁执行的逻辑中,比如帧循环和MOUSE_MOVE事件回调函数里面。 getGraphicBounds()method override public function getGraphicBounds(realSize:Boolean = false):Rectangle 返回此实例中的绘图对象( Graphics )的显示区域,不包...
来源: laya_api 发布时间: 20170929
...然后我场景退出的时候,在销毁的时候,box2d.JS会报错,循环rigibody,销毁,然后到第五个rigibody,有句判断,是否有joint,,,,,没有就跑出错误, box2d.b2World.prototype.DestroyJoint=function(a){ box2d.ENABLE_ASSERTS&&box2d.b2Assert(!this.I...
来源: Laya_社区 发布时间: 20181213
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231102
...成Mipmap) 部分支持(仅支持是否勾选的状态) Wrap Mode(循环模式) 部分支持(包括:Repeat重复、Clamp强制拉伸) Filter Mode(过滤模式) 支持(包括:Point点过滤、Bilinear双线性过滤、Trilinear三线性过滤) Aniso Level(各向异性等...
来源: Laya3.0_文档 发布时间: 20241109