• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 324 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0093 秒)

181. laya.ui.FrameClip [ 49%]

...增加子节点 Node addLabel(label:String, index:int):void 增加一个标签到index上,播放到此index后会派发label事件 AnimationPlayerBase clear():void[override] 清理。方便对象复用。FrameAnimation clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...

来源: laya_api 发布时间: 20170422

182. 引擎功能概述 · LayaAir3.4 · 引擎文档 · LAYABOX [ 49%]

...入、文本域、下拉框、多选框、单选框、单选框组、导航标签组、导航容器、位图切片、位图字体切片、 垂直滚动条、水平滚动条、进度条、垂直划动条、水平划动条、取色器、基础容器、列表、树状列表、面板容器) 2D UI效...

来源: Laya3.0_文档 发布时间: 20251010

183. laya.ui.Button_API3.0 [ 48%]

...ton 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import laya.ui.Button; import laya.utils.Hand...

来源: Laya3.0_api 发布时间: 20231115

184. laya.display.EffectAnimation [ 47%]

...node:Node):NodeNode addLabel(label:String, index:int):void 增加一个标签到指定索引的上。当动画播放到此索引的时会派发Event.LABEL事件,派发事件是在完成当前画面更新之后。 AnimationBase callLater(method:Function, args:Array = null):void 延迟...

来源: Laya2.0_api 发布时间: 20190513

185. laya.display.EffectAnimation_API3.0 [ 47%]

...g: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 wrapMode wrapMode: number = 0 Inherited from AnimationBase.wrapMode Defined in laya/display/AnimationBase.ts:33 播放顺序类型:AnimationBase.WRAP_POSITIVE为正序播放(默认值),AnimationBase.WRAP_REVERSE为...

来源: Laya3.0_api 发布时间: 20231115

186. laya.ui.Radio_API3.0 [ 47%]

...fault value skin: string = null 皮肤。 Default value label: string = "" 标签。 Returns Radio Properties Optional _extra _extra: INodeExtra Implementation of ISelect._extra Inherited from Node._extra Defined in laya/display/Node.ts:56 _graphics _graphics: AutoBitmap Inherited from Button._graph...

来源: Laya3.0_api 发布时间: 20231115

187. LayaAir下TTF字体的使用方式? [ 44%]

...:将已经下载好的ttf文件放置在h5目录下 步骤二:在html标签下以CSS格式嵌入TTF字体 font-family为字体名称 在项目中设置字体的font 编译后效果如下:   问题补充:   以上方法在canvas模式下正常,webGL模式下无效,这个是因为在用...

来源: Laya_社区 发布时间: 20160514

188. laya.ui.RadioGroup_API3.0 [ 44%]

...信息。 radioGroup.labels = "item0,item1,item2";//设置 radioGroup 的标签集。 radioGroup.skin = "resource/ui/radio.png";//设置 radioGroup 的皮肤。 radioGroup.space = 10;//设置 radioGroup 的项间隔距离。 radioGroup.selectHandler = new Handler(this, onSelect);//设置 radioGroup ...

来源: Laya3.0_api 发布时间: 20231115

189. laya.html.dom.HTMLDivElement_API3.0 [ 44%]

...ement Class HTMLDivElement HTML图文类,用于显示html内容 支持的标签如下: a:链接标签,点击后会派发"link"事件 比如:a div:div容器标签,比如:abc span:行内元素标签,比如:abc p:行元素标签,p标签会自动换行,div不会,比如:abc img:图片标签...

来源: Laya3.0_api 发布时间: 20231102

190. laya.ui.Tab_API3.0 [ 44%]

...//设置 tab 的皮肤。 tab.labels = "item0,item1,item2";//设置 tab 的标签集。 tab.x = 100;//设置 tab 对象的属性 x 的值,用于控制 tab 对象的显示位置。 tab.y = 100;//设置 tab 对象的属性 y 的值,用于控制 tab 对象的显示位置。 tab.selectHandler = new ...

来源: Laya3.0_api 发布时间: 20231115