大约有 179 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0066 秒)
...在父容器坐标系的矩形显示区域。 注意:计算量较大,尽量少用。 Sprite getChildAt(index:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:No...
来源: Laya2.0_api 发布时间: 20190513
...在父容器坐标系的矩形显示区域。 注意:计算量较大,尽量少用。 Sprite getCell(index:int):Box 通过可视单元格索引,获取单元格。 List getChildAt(index:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node...
来源: Laya2.0_api 发布时间: 20190513
...父容器坐标系的矩形显示区域。 注意: 1.计算量较大,尽量少用,如果需要频繁使用,可以通过手动设置 setBounds 来缓存自身边界信息,从而避免比较消耗性能的计算。2.Sprite getChildAt(index:int):Node 根据子节点的索引位置,获取...
来源: laya_api 发布时间: 20170929
...父容器坐标系的矩形显示区域。 注意: 1.计算量较大,尽量少用,如果需要频繁使用,可以通过手动设置 setBounds 来缓存自身边界信息,从而避免比较消耗性能的计算。2.Sprite getCharPoint(charIndex:int, out:Point = null):Point 返回字符在...
来源: laya_api 发布时间: 20170929
...父容器坐标系的矩形显示区域。 注意: 1.计算量较大,尽量少用,如果需要频繁使用,可以通过手动设置 setBounds 来缓存自身边界信息,从而避免比较消耗性能的计算。2.Sprite getCharPoint(charIndex:int, out:Point = null):Point 返回字符...
来源: laya_api 发布时间: 20170929
...在父容器坐标系的矩形显示区域。 注意:计算量较大,尽量少用。 Sprite getCharPoint(charIndex:int, out:Point = null):Point 返回字符在本类实例的父坐标系下的坐标。 Text getChildAt(index:int):Node 根据子节点的索引位置,获取子节点对象。 ...
来源: Laya2.0_api 发布时间: 20190513
...在父容器坐标系的矩形显示区域。 注意:计算量较大,尽量少用。 Sprite getChildAt(index:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:No...
来源: Laya2.0_api 发布时间: 20190513
...在父容器坐标系的矩形显示区域。 注意:计算量较大,尽量少用。 Returns Rectangle 矩形区域。 getChildAt getChildAt(index: number): Node Inherited from Node.getChildAt Defined in laya/display/Node.ts:302 根据子节点的索引位置,获取子节点对象。 Parameter...
来源: Laya3.0_api 发布时间: 20231102
...在父容器坐标系的矩形显示区域。 注意:计算量较大,尽量少用。 Returns Rectangle 矩形区域。 getChildAt getChildAt(index: number): Node Inherited from Node.getChildAt Defined in laya/display/Node.ts:302 根据子节点的索引位置,获取子节点对象。 Parameter...
来源: Laya3.0_api 发布时间: 20231102
...位置及宽高信息矩阵(比较耗CPU,频繁使用会造成卡顿,尽量少用)。 Parameters Default value realSize: boolean = false (可选)使用图片的真实大小,默认为false Returns Rectangle 位置与宽高组成的 一个 Rectangle 对象。 loadImage loadImage(url: string,...
来源: Laya3.0_api 发布时间: 20231115