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

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

201. laya.ui.UIGroup_API3.0 [ 40%]

...新的 Group 类实例。 Parameters Default value labels: string = null 标签集字符串。以逗号做分割,如"item0,item1,item2,item3,item4,item5"。 Default value skin: string = null 皮肤。 Returns UIGroup Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined ...

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

202. laya.physics.CircleCollider_API3.0 [ 38%]

...herited from ColliderBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody Inherited from ColliderBase.rigidBody Defined in laya/physics/Collide...

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

203. laya.physics.EdgeCollider_API3.0 [ 38%]

...herited from ColliderBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody Inherited from ColliderBase.rigidBody Defined in laya/physics/Collide...

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

204. laya.physics.BoxCollider_API3.0 [ 38%]

...herited from ColliderBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody Inherited from ColliderBase.rigidBody Defined in laya/physics/Collide...

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

205. laya.physics.PolygonCollider_API3.0 [ 38%]

...herited from ColliderBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody Inherited from ColliderBase.rigidBody Defined in laya/physics/Collide...

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

206. laya.physics.ChainCollider_API3.0 [ 37%]

...herited from ColliderBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody Inherited from ColliderBase.rigidBody Defined in laya/physics/Collide...

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

207. laya.ui.Slider [ 37%]

... Sprite  showLabel : Boolean = true 一个布尔值,指示是否显示标签。 Slider  sizeGrid : String 当前实例的背景图( Image )和滑块按钮( Button )实例的有效缩放网格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:...

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

208. laya.ui.Component [ 33%]

...用 reCache 方法手动刷新。 注意: 1.Sprite  tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器...

来源: laya_api 发布时间: 20170929

209. 层级面板 · LayaAir3.4 · 引擎文档 · LAYABOX [ 32%]

...于显示位图切片动画。 Button是按钮组件,可以显示文本标签、图标或者两者同时显示。 CheckBox是多选框组件。 Radio是一个单选框组件。 RadioGroup是单选框按钮组。 ComboBox是一个下拉列表选项框组件。 Label用来显示一段文字。 TextI...

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

210. 一篇了解LayaAir的屏幕适配,及有效抗锯齿(TypeScript-LayaAir基础篇(TS)-屏幕适配) [ 31%]

...CSS像素占用几个物理像素。那需要在入口HTML页面的的meta标签中用 viewport进行了相关的配置。代码如下: ```html ``` > 以上代码LayaAir引擎中默认添加,并强制添加不得删除。 通过上面这段viewpot的配置,那页面在禁止用户手动缩放...

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