大约有 480 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0052 秒)
Laya_社区(378) Laya3.0_文档(21) Laya3.0_api(21) Laya2.0_文档(21) Laya2.0_api(14) laya_api(14) Laya_示例(6) Laya2.0_示例(5)
...se isPlaying : Boolean[read-only] 是否在播放中 AnimationPlayerBase loop : Boolean是否循环播放AnimationPlayerBase mask : Sprite遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 注意】遮罩对象坐标系是相对遮罩对象本身...
来源: laya_api 发布时间: 20170422
...ya.stage.addChild(bp1); Laya.stage.addChild(bp2); var t = 1000; Laya.timer.loop(1000,that,function(){ bp.text = t + ""; bp1.text = t + ""; bp2.text = t + ""; t++; }) } )); } } new GameMain(); 运行效果基本上还行, /* * 位图字体; */ class BPFont extends Laya.Sprite{ // 文本内容 priva...
来源: Laya_社区 发布时间: 20161014
... LayaAir提供两种计时器循环来执行代码块。 Laya.timer.frameLoop执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 Laya.timer.loop执行频率依赖于参数指定时间。 Laya.timer.frameLoop(1, this, this.animateFrameRateBased); Laya.stage.on("click", this, this....
来源: Laya3.0_文档 发布时间: 20251010
...rval 动画播放间隔,单位为毫秒,默认值为50毫秒。 循环 loop 循环播放,默认true 播放顺序模式 wrapmode 播放类型:默认为0是正序播放(POSITIVE),1为倒序播放(REVERSE),2为pingpong播放(PINGPONG)。 2. 通过LayaAir IDE创建Animation节点...
来源: Laya3.0_文档 发布时间: 20251010
... at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:157) at android.app.ActivityThread.main(ActivityThread.java:5653) at java.lang.reflect.Method.invoke!(Native method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.jav...
来源: Laya_社区 发布时间: 20190531
...33.840 27966-27966/com.lovegame.hk.hokbok I/art: at void android.os.Looper.loop() (Looper.java:154) 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6682) 2019-07-22 18:03:33.840 27966-279...
来源: Laya_社区 发布时间: 20190103
...nGraphics _scene _skinBaseUrl _url autoSize basePath hitTestPrior interval loop mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components count customRenderEnable destroyed displayHeight displayWidth displayedIn...
来源: Laya3.0_api 发布时间: 20231115
...aram coverBefore 是否覆盖之前的延迟执行,默认为 true 。 */ loop(delay: number, caller: any, method: Function, args?: Array<any>, coverBefore?: boolean): void; /** * 定时执行一次(基于帧率)。 * @param delay 延迟几帧(单位为帧)。 * @param caller 执行域(this)...
来源: Laya_社区 发布时间: 20171109
... at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:157) at android.app.ActivityThread.main(ActivityThread.java:5653) at java.lang.reflect.Method.invoke!(Native method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.jav...
来源: Laya_社区 发布时间: 20190612
...chMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6077) at java.lang.reflect.Method.invoke(Native Method) ...
来源: Laya_社区 发布时间: 20170216