大约有 1,595 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0071 秒)
...下述示例演示了如何通过代码设置下拉选项,并通过点击获取到选项。 运行示例效果: (动图2-1) 示例代码: const { regClass, property } = Laya; @regClass() export class UI_ComboBox extends Laya.Script { private skin: string = "resources/res/ui/combobox.png";/...
来源: Laya3.0_文档 发布时间: 20241014
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Sprite3D aspectRatio : Number[write-only] 设置横纵比。 VRCamera clearColor : Vector4摄像机的清除...
来源: laya_api 发布时间: 20170929
...der进行自定义样式设置。 yung • 2017-01-21 10:52 还可以直接获取其list属性修改
来源: Laya_社区 发布时间: 20170119
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Sprite3D color : Vector3 灯光颜色。 LightSprite componentsCount : int[read-only] 获得组件的数量。...
来源: laya_api 发布时间: 20170929
...e()。 Node getChildAt(index:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。 Node hasLis...
来源: laya_api 发布时间: 20170929
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage ...
来源: Laya2.0_api 发布时间: 20190513
...,更详细的可以查看官方示例([demo地址]())。 ```typescript //获取Sprite3D上的蒙皮网格精灵节点 var skinnedMeshSprite3d = dude2.getChildAt(0).getChildAt(0); //历遍蒙皮网格节点的材质列表 for (var i:int = 0; i (图6)
来源: Laya2.0_文档 发布时间: 20210715
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Sprite3D aspectRatio : Number 获取横纵比。 Camera boundFrustum : BoundFrustum[read-only] 获取摄像...
来源: laya_api 发布时间: 20170929
...域? Panel中的东西左右拖动好象有问题 laya1.7.9beta版 怎样获取浏览器地址传过来的GET参数 2.0 drawTexture color参数无效 龙骨skeleton鼠标点击区域的设置 点击按钮打开对话框的时候能往对话框中传一个参数吗 laya 发布成微信小游戏 怎...
来源: Laya_社区 发布时间: 20180530
...显示对象。 Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInS...
来源: Laya2.0_api 发布时间: 20190513