大约有 81 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0153 秒)
...nheritanceComboBox UIComponent Sprite Node EventDispatcher Object ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活...
来源: Laya2.0_api 发布时间: 20190513
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited...
来源: Laya3.0_api 发布时间: 20231115
...anceColorPicker UIComponent Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否...
来源: Laya2.0_api 发布时间: 20190513
...nu Globals "laya/ui/ColorPicker" ColorPicker Class ColorPicker ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 example 以下示例代码,创建了一个 ColorPicker 实例。 package { import laya.ui.ColorPicker; import laya.utils.Handler; public c...
来源: Laya3.0_api 发布时间: 20231115
...皮动画,新版粒子,地形 也就是Unity中包含以下组件的节点: 1. Transform 2. MeshFilter 3. MeshRenderer 4. SkinnedMeshRenderer 5. Animation 6. Animator (新) 7. Terrain 8. ...
来源: Laya_社区 发布时间: 20170428
...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...
来源: Laya2.0_api 发布时间: 20190513
....Vector3; private delatpos: Laya.Vector3; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 * 此方法为虚方法,使用时重写覆盖即可 */ onAwake(): void { this.curpos = new Laya.Vector3(); } /** * 第一...
来源: Laya3.0_文档 发布时间: 20251010
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited...
来源: Laya3.0_api 发布时间: 20231115
...易用封装。 区别仅是该处定义的碰撞组名称用于 3D 物理组件的碰撞形状,如图 2-1 所示。 (图 2-1) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-22 16:35:36 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260122
...间。 3.18 Script Update Time(T_ScriptUpdateTime) 表示 本帧所有组件脚本 onUpdate() 执行的总耗时(ms)。它统计的是 ComponentDriver.callUpdate() 内遍历执行脚本更新的耗时。 典型用途:判断 CPU 是否主要消耗在脚本逻辑(AI、寻路、数值计算...
来源: Laya3.0_文档 发布时间: 20260128