大约有 266 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0074 秒)
Laya_社区(104) Laya3.0_api(71) laya_api(43) Laya2.0_api(25) Laya2.0_文档(13) Laya3.0_文档(8) Laya2.0_示例(1) Laya_示例(1)
...llOptimize : BooleanSprite elasticBackTime : Number = 500橡皮筋回弹时间,单位为毫秒。ScrollBar elasticDistance : Number = 0橡皮筋效果极限距离,0为没有橡皮筋效果。ScrollBar filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalRotation : ...
来源: Laya2.0_api 发布时间: 20190513
...。 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
...前帧的索引。 AnimationBase interval : int 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInterval可以修改默认帧间隔时间。 要想为某动画设置独立的帧间隔时间,可以使用set interval,注意...
来源: Laya2.0_api 发布时间: 20190513
...,滑动数值为tick的整数倍。默认值为1。 Slider timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Number 从组...
来源: laya_api 发布时间: 20170929
...)。等同于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 toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Number 从组...
来源: laya_api 发布时间: 20170929
...查看当前帧频。 1. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```typescript Laya.timer.frameLoop(1, this, this.animateFrameRateBased); Laya.stage.on("click", this, this.dispose); dispose() { Laya.timer.clear(this, this.animateFrameRateBased); } ``` 当一个对象的生命周...
来源: Laya2.0_文档 发布时间: 20210714
...在菜单和快捷工具栏中找到,并对应快捷键方便使用,有时间可以详细了解下 更多教程请找度娘 下面说一下如何 用代码控制UI Morn UI库的使用 1.新建AS3项目到上面的项目目录(我这里是E:\test)(这里创建as3项目用的是FlashDev...
来源: Laya_社区 发布时间: 20151106
...。 Default value elasticBackTime: number = 300 (可选)橡皮筋回弹时间,单位为毫秒,默认为300毫秒,可选。 Default value data: any = null (可选)拖动事件携带的数据,可选。 Default value ratio: number = 0.92 (可选)惯性阻尼系数,影响惯性力...
来源: Laya3.0_api 发布时间: 20231102
...)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Number 从组...
来源: laya_api 发布时间: 20170929