大约有 257 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0114 秒)
Laya_社区(136) Laya3.0_文档(36) laya_api(35) Laya2.0_文档(28) Laya2.0_api(10) Laya3.0_api(9) Laya2.0_示例(2) Laya_示例(1)
...y exported Menu Globals "laya/ui/VBox" VBox Class VBox VBox 是一个垂直布局容器类。 Hierarchy LayoutBox VBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior isSortItem mouseThrough name tag CENTER LEFT NONE RIGHT drawtocanvCtx Ac...
来源: Laya3.0_api 发布时间: 20231115
...y exported Menu Globals "laya/ui/HBox" HBox Class HBox HBox 是一个水平布局容器类。 Hierarchy LayoutBox HBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag BOTTOM MIDDLE NONE TOP drawtocanvCtx Accessors _is...
来源: Laya3.0_api 发布时间: 20231115
...u Globals "laya/ui/LayoutBox" LayoutBox Class LayoutBox LayoutBox 是一个布局容器类。 Hierarchy Box LayoutBox HBox VBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isW...
来源: Laya3.0_api 发布时间: 20231115
...某些操作导致的屏幕以外改变Stage screenMode : String 场景布局类型。 取值范围: "none" :不更改屏幕 "horizontal" :自动横屏 "vertical" :自动竖屏 Stage scrollRect : Rectangle 显示对象的滚动矩形范围,具有裁剪效果(如果只想限制子对象...
来源: laya_api 发布时间: 20170929
...某些操作导致的屏幕意外改变Stage screenMode : String 场景布局类型。 取值范围: "none" :不更改屏幕 "horizontal" :自动横屏 "vertical" :自动竖屏 Stage scrollRect : Rectangle 显示对象的滚动矩形范围,具有裁剪效果(如果只想限制子对象...
来源: Laya2.0_api 发布时间: 20190513
...ocument.createElement("iframe"); iframe.style.position ="absolute";//设置布局定位。这个不能少。 iframe.style.zIndex = 100;//设置层级 iframe.style.left ="100px"; iframe.style.top ="100px"; iframe.src = "http://ask.layabox.com/"; Browser.document.body.appendChild(iframe); } } } ``` ...
来源: Laya2.0_文档 发布时间: 20210715
...screenMode(value: string): void Defined in laya/display/Stage.ts:728 场景布局类型。 取值范围: "none" :不更改屏幕 "horizontal" :自动横屏 "vertical" :自动竖屏 Returns string Defined in laya/display/Stage.ts:732 场景布局类型。 取值范围: "none" :不更改...
来源: Laya3.0_api 发布时间: 20231115