大约有 677 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0069 秒)
...ent3D isSingleton : Boolean[override] [read-only] 获取是否为单实例组件。 Collider owner : ComponentNode[read-only] 获取所属Sprite3D节点。 Component3D size : Vector3 获取盒子碰撞器长宽高的一半。 BoxCollider started : Boolean是否已执行start函数。Component3...
来源: laya_api 发布时间: 20170929
...ent3D isSingleton : Boolean[override] [read-only] 获取是否为单实例组件。 Collider owner : ComponentNode[read-only] 获取所属Sprite3D节点。 Component3D radius : Number 获取半径。 SphereCollider started : Boolean是否已执行start函数。Component3DPublic Methods Hide In...
来源: laya_api 发布时间: 20170929
...上我在一个layaAir游戏项目中实现了该效果,现在自定义组件需要类似实现就遇到这个问题。说了这么多,希望您能答疑解惑! cuixueying • 2017-03-27 17:27 应该是你的版本不是最新的,你试下1.7.2beta,我测试是OK的,还有就是如果你...
来源: Laya_社区 发布时间: 20170327
...ss ConfigurableConstraint ConfigurableConstraint类用于可设置的约束组件 Hierarchy ConstraintComponent ConfigurableConstraint Index Constructors constructor Properties _extra _singleton disableCollisionsBetweenLinkedBodies owner runInEditor scriptPath CONFIG_MOTION_TYPE_FREE CONFIG_MOTION_T...
来源: Laya3.0_api 发布时间: 20231115
...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
...nu Globals "laya/ui/ProgressBar" ProgressBar Class ProgressBar ProgressBar 组件显示内容的加载进度。 example 以下示例代码,创建了一个新的 ProgressBar 实例,设置了它的皮肤、位置、宽高、网格等信息,并添加到舞台上。 package { import laya.ui.Progre...
来源: Laya3.0_api 发布时间: 20231115
...m Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Component.enabled Defined in laya/components/Component.ts:78 是否启用组件。 Parameters value: boolean Returns void hideFlags get hideFlags(): number set hideFlags(value: number)...
来源: Laya3.0_api 发布时间: 20231115
...画编辑器1.1 创建动画1.2 直接启动动画面板1.3 不支持动画组件的节点1.4 添加动画组件二、时间轴动画编辑器的基础概念2.1 关键帧、空帧2.2 当前帧2.3 播放帧率2.4 动画节点属性2.5 曲线、切线、权重2.6 刻度三、时间轴动画编辑面...
来源: Laya3.0_文档 发布时间: 20230519
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited...
来源: Laya3.0_api 发布时间: 20231115
...rited Externals Only exported Menu Globals "laya/ui/Tab" Tab Class Tab Tab 组件用来定义选项卡按钮组。 * 属性:selectedIndex 的默认值为-1。 example 以下示例代码,创建了一个 Tab 实例。 package { import laya.ui.Tab; import laya.utils.Handler; public class Tab_Exampl...
来源: Laya3.0_api 发布时间: 20231115