大约有 242 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0072 秒)
... dialog.dragArea = "0,0,150,50";//设置 dialog 的拖拽区域。 dialog.show();//显示 dialog。 dialog.closeHandler = new Handler(this, onClose);//设置 dialog 的关闭函数处理器。 } private function onClose(name:String):void { if (name == Dialog.CLOSE) { trace("通过点击 name 为" + ...
来源: Laya3.0_api 发布时间: 20231115
...体而显示异常)。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Text alp...
来源: laya_api 发布时间: 20170929
...体而显示异常)。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 表示文本的水平显...
来源: Laya2.0_api 发布时间: 20190513
...改进手机耗电。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alignH : String 水平对齐方式。默...
来源: Laya2.0_api 发布时间: 20190513
...ly] 获得所属场景。 NodePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Node()Node addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... arg...
来源: Laya2.0_api 发布时间: 20190513
...chorY set_height set_scaleX set_scaleY set_transform set_visible set_width show size skew startDrag stopDrag timerLoop timerOnce toParentPoint updateZOrder fromImage Constructors constructor new TileAniSprite(): TileAniSprite Inherited from Sprite.constructor Overrides Node.constructor Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...chorY set_height set_scaleX set_scaleY set_transform set_visible set_width show size skew startDrag stopDrag timerLoop timerOnce toParentPoint updatePos updateZOrder fromImage Constructors constructor new GridSprite(): GridSprite Inherited from Sprite.constructor Overrides Node.constructor Defined i...
来源: Laya3.0_api 发布时间: 20231115
...又达到高性能。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默...
来源: Laya2.0_api 发布时间: 20190513
...又达到高性能。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽...
来源: laya_api 发布时间: 20170929
...his.contentPane = await gui.UIPackage.createWidget("MyDialog.widget"); } onShown() { } onHide() { } } 在编辑器内,所有对话框都是单例。显示这个对话框的方式为: import { MyDialog } from "./MyDialog"; Editor.showDialog(MyDialog, null); 八、扩展内置菜单 支持对编...
来源: Laya3.0_文档 发布时间: 20241014