大约有 261 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0072 秒)
...坐标转换接口 private var mapDiv:*; // 包含百度地图的div容器 ``` ### 二、接着是构造函数: ```java public function WatchPosition() { Laya.init(1, 1); init(); // 使用高精度位置 Geolocation.enableHighAccuracy = true; Geolocation.watchPosition(Handler.cr...
来源: Laya2.0_文档 发布时间: 20210715
...; // 坐标转换接口 private mapDiv; // 包含百度地图的div容器 ``` ### 二、接着是构造函数: ```typescript class WatchPosition { constructor() { Laya.init(1, 1); this.init(); // 使用高精度位置 Laya.Geolocation.enableHighAccuracy = true; Laya.Geolocation.watchPosit...
来源: Laya2.0_文档 发布时间: 20210714
...: any;// 坐标转换接口 private mapDiv: any;// 包含百度地图的div容器 二、接着是构造函数: constructor() { Laya.init(1, 1); this.init(); // 使用高精度位置 Laya.Geolocation.enableHighAccuracy = true; Laya.Geolocation.watchPosition(Laya.Handler.create(this, this.updatePosi...
来源: Laya3.0_文档 发布时间: 20240910
...ted Menu Globals "laya/ui/ScaleBox" ScaleBox Class ScaleBox 自适应缩放容器,容器设置大小后,容器大小始终保持stage大小,子内容按照原始最小宽高比缩放 Hierarchy Box ScaleBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url a...
来源: Laya3.0_api 发布时间: 20231115
...ported Menu Globals "laya/ui/Panel" Panel Class Panel Panel 是一个面板容器类。 Hierarchy Box Panel Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activ...
来源: Laya3.0_api 发布时间: 20231115
...et centerX(value: number): void Defined in laya/display/Scene.ts:292 在父容器中,此对象的水平方向中轴线与父容器的水平方向中心线的距离(以像素为单位)。 Returns number Defined in laya/display/Scene.ts:296 在父容器中,此对象的水平方向中轴线与...
来源: Laya3.0_api 发布时间: 20231115
...ly exported Menu Globals "laya/ui/Box" Box Class Box Box 类是一个控件容器类。 Hierarchy UIComponent Box List LayoutBox Panel UIGroup ScaleBox Tree ViewStack Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag dr...
来源: Laya3.0_api 发布时间: 20231115
...t centerX(value: number): void Defined in laya/ui/UIComponent.ts:226 在父容器中,此对象的水平方向中轴线与父容器的水平方向中心线的距离(以像素为单位)。 Returns number Defined in laya/ui/UIComponent.ts:230 在父容器中,此对象的水平方向中轴线与...
来源: Laya3.0_api 发布时间: 20231115
...id Inherited from Scene.centerX Defined in laya/display/Scene.ts:292 在父容器中,此对象的水平方向中轴线与父容器的水平方向中心线的距离(以像素为单位)。 Returns number Inherited from Scene.centerX Defined in laya/display/Scene.ts:296 在父容器中,此对...
来源: Laya3.0_api 发布时间: 20231115
...als "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 _isWidthSe...
来源: Laya3.0_api 发布时间: 20231115