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

大约有 197 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)

181. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 44%]

... ) //拿到 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

182. 属性设置器(JavaScript-IDE篇(JS)-设计模式基础) [ 44%]

...## 5.4 label相关属性 很多组件的内部包含了label标签,比如Button、CheckBox、Tab等。它们的其他属性中也有相同的label属性设置,功能说明请看下表 | **属性名** | **功能说明** | | ---------------- | ---------------------------------------- | | labelAlig...

来源: Laya2.0_文档 发布时间: 20210714

183. 属性设置器(TypeScript-IDE篇(TS)-设计模式基础) [ 44%]

...## 5.4 label相关属性 很多组件的内部包含了label标签,比如Button、CheckBox、Tab等。它们的其他属性中也有相同的label属性设置,功能说明请看下表 | **属性名** | **功能说明** | | ---------------- | ---------------------------------------- | | labelAlig...

来源: Laya2.0_文档 发布时间: 20210715

184. 属性设置器(ActionScript-IDE篇(AS3)-设计模式基础) [ 44%]

...## 5.4 label相关属性 很多组件的内部包含了label标签,比如Button、CheckBox、Tab等。它们的其他属性中也有相同的label属性设置,功能说明请看下表 | **属性名** | **功能说明** | | ---------------- | ---------------------------------------- | | labelAlig...

来源: Laya2.0_文档 发布时间: 20210714

185. 官方案例里摄像机绕物体旋转脚本的问题 [ 44%]

...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

186. rigidBody.applyForce 物体不会移动 [ 38%]

...增加10Gpu,removed掉相机事件也不会减少 用EffectAnimation实现Button的点击放大效果点击的时候按钮位移动了是否是我做法有问题 Laya.loader.create 不会反馈失败状态跟描述不符合 问题状态 最新活动: 2020-09-17 11:28 浏览: 411 关注: 1 人

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

187. laya.ui.UIGroup [ 36%]

...一个可以自动布局的项集合控件。 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

188. laya.ui.ColorPicker_API3.0 [ 35%]

...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

189. 关于UI与3D场景的问题 [ 34%]

...请: 与内容相关的链接 提交 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

190. laya.ui.UIGroup [ 34%]

...一个可以自动布局的项集合控件。 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