大约有 197 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
... ) //拿到 Label 组件 private label: Laya.Label; @property( { type:Laya.Button } ) //拿到 Button 组件 private button: Laya.Button; @property( { type:Laya.Sprite } ) //拿到 Sprite 组件 private sprite: Laya.Sprite; @property( { type:Laya.Animation } ) //拿到 Animation 组件 private anmat...
来源: Laya3.0_文档 发布时间: 20241014
...## 5.4 label相关属性 很多组件的内部包含了label标签,比如Button、CheckBox、Tab等。它们的其他属性中也有相同的label属性设置,功能说明请看下表 | **属性名** | **功能说明** | | ---------------- | ---------------------------------------- | | labelAlig...
来源: Laya2.0_文档 发布时间: 20210714
...## 5.4 label相关属性 很多组件的内部包含了label标签,比如Button、CheckBox、Tab等。它们的其他属性中也有相同的label属性设置,功能说明请看下表 | **属性名** | **功能说明** | | ---------------- | ---------------------------------------- | | labelAlig...
来源: Laya2.0_文档 发布时间: 20210715
...## 5.4 label相关属性 很多组件的内部包含了label标签,比如Button、CheckBox、Tab等。它们的其他属性中也有相同的label属性设置,功能说明请看下表 | **属性名** | **功能说明** | | ---------------- | ---------------------------------------- | | labelAlig...
来源: Laya2.0_文档 发布时间: 20210714
...undPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); /// <summary> /// Range limit of angle. /// </summary> public angleRange: MyRange = new MyR...
来源: Laya_社区 发布时间: 20190224
...增加10Gpu,removed掉相机事件也不会减少 用EffectAnimation实现Button的点击放大效果点击的时候按钮位移动了是否是我做法有问题 Laya.loader.create 不会反馈失败状态跟描述不符合 问题状态 最新活动: 2020-09-17 11:28 浏览: 411 关注: 1 人
来源: Laya_社区 发布时间: 20200917
...一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeIn...
来源: Laya2.0_api 发布时间: 20190513
...in(value: string): void Defined in laya/ui/ColorPicker.ts:397 copy laya.ui.Button#skin Returns string Defined in laya/ui/ColorPicker.ts:401 copy laya.ui.Button#skin Parameters value: string Returns void stage get stage(): Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞...
来源: Laya3.0_api 发布时间: 20231115
...请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: button.on(Laya.Event.CLICK, this, function(event:Laya.Event){ console.log("点击到了UI"); event.stopPropagation(); }); 完整代码 2018-05-30 0 17 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 你这个问题描述...
来源: Laya_社区 发布时间: 20180529
...一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表...
来源: laya_api 发布时间: 20170929