大约有 1,656 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0095 秒)
...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
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage ...
来源: Laya2.0_api 发布时间: 20190513
...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
...3D或SkinnedMeshSprite3D。并且还可能会有多个层次嵌套。 #### 获取子对象模型网格 在编写游戏逻辑时,有的模型需要被修改,或者是切换与删除模型、或者是给模型加组件、或者是获取模型上的动画组件及修改模型的材质等。这都...
来源: Laya2.0_文档 发布时间: 20210714
...e()。 Node getChildAt(index:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。 Node hasLis...
来源: laya_api 发布时间: 20170929
...显示对象。 Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInS...
来源: Laya2.0_api 发布时间: 20190513
...der进行自定义样式设置。 yung • 2017-01-21 10:52 还可以直接获取其list属性修改
来源: Laya_社区 发布时间: 20170119
...域? Panel中的东西左右拖动好象有问题 laya1.7.9beta版 怎样获取浏览器地址传过来的GET参数 2.0 drawTexture color参数无效 龙骨skeleton鼠标点击区域的设置 点击按钮打开对话框的时候能往对话框中传一个参数吗 laya 发布成微信小游戏 怎...
来源: Laya_社区 发布时间: 20180530
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alignH : String 水平对齐方式。默认值为"left"。 取值范围: "left" :居左对齐; "center" ...
来源: Laya2.0_api 发布时间: 20190513
...,更详细的可以查看官方示例([demo地址]())。 ```typescript //获取Sprite3D上的蒙皮网格精灵节点 var skinnedMeshSprite3d = dude2.getChildAt(0).getChildAt(0); //历遍蒙皮网格节点的材质列表 for (var i:int = 0; i (图6)
来源: Laya2.0_文档 发布时间: 20210715