大约有 304 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0070 秒)
Laya_社区(184) Laya3.0_api(38) Laya2.0_文档(29) Laya3.0_文档(18) laya_api(15) Laya2.0_api(15) Laya2.0_示例(3) Laya_示例(2)
...-only] 项对象们的存放数组。 UIGroup labelBold : Boolean 表示按钮文本标签是否为粗体字。 UIGroup labelColors : StringUIGroup labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 UIGroup labelPadding : String 表示按钮文本标...
来源: laya_api 发布时间: 20170929
...-only] 项对象们的存放数组。 UIGroup labelBold : Boolean 表示按钮文本标签是否为粗体字。 UIGroup labelColors : StringUIGroup labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 UIGroup labelPadding : String 表示按钮文本标...
来源: Laya2.0_api 发布时间: 20190513
...像资源的有效网格数据(九宫格数据)。 | | skin | 选项卡按钮图像资源。 | ## 二、通过代码创建Clip组件 在我们进行书写代码的时候,免不了通过代码控制UI,创建`UI_Clip`类,通过代码设定Clip相关的属性。 **运行示例效果:** ![...
来源: Laya2.0_文档 发布时间: 20210714
...et labelBold(value: boolean): void Defined in laya/ui/UIGroup.ts:395 表示按钮文本标签是否为粗体字。 Returns boolean Defined in laya/ui/UIGroup.ts:399 表示按钮文本标签是否为粗体字。 Parameters value: boolean Returns void labelColors get labelColors(): string set labelCol...
来源: Laya3.0_api 发布时间: 20231115
...aya/ui/Button" Button Class Button Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import ...
来源: Laya3.0_api 发布时间: 20231115
...页(http://www.mapeditor.org/)后,直接点击`DownLoad at itch.io`按钮进入下载链接(https://thorbjorn.itch.io/tiled)。 (图2-1) 如果官网改版,也可以直接从下载页 http://www.mapeditor.org/download.html 找到下载链接。 找到对应的系统版本链接,下...
来源: Laya3.0_文档 发布时间: 20240910
...,则在动画完成后执行) * @param type 如果是点击默认关闭按钮触发,则传入关闭按钮的名字(name),否则为null。 */ onClosed(type: string = null): void { } 场景的Runtime类,当场景关闭的时候,会被调用 onClosed() 方法,可以在方法内实现各...
来源: Laya3.0_文档 发布时间: 20240910
...omponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。S...
来源: laya_api 发布时间: 20170929
...示例,我们可以了解子父级关系。 (动图3-1) 通过点击按钮,让父节点移动,同时可以看到子节点也跟随移动 this.layaMonkeyParent.transform.translate(new Laya.Vector3(-0.2, 0, 0); (动图3-2) 通过点击按钮,让子节点移动,可以看到父节点...
来源: Laya3.0_文档 发布时间: 20250103
...omponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景...
来源: Laya2.0_api 发布时间: 20190513