大约有 52 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0036 秒)
Laya_社区(33) Laya2.0_文档(9) Laya3.0_文档(4) Laya3.0_api(2) laya_api(1) Laya2.0_示例(1) Laya_示例(1) Laya2.0_api(1)
...n), Laya.Handler.create(this, this.onError)); // 绑定convertToBaiduCoord作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } } new WatchPosition(); ``` 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1。百度地图界面的初始化放...
来源: Laya2.0_文档 发布时间: 20210714
... = true; Geolocation.watchPosition(successHandler, errorHandler); // 绑定作用域 convertToBaiduCoord = convertToBaiduCoord.bind(this); })(); function createDom() { mapDiv = Browser.createElement("div"); var style = mapDiv.style; style.position = "absolute"; style.top = Laya.stage.height / Browse...
来源: Laya_示例 发布时间: 20241123
...件来解决。 并且,声明文件还可以起到代码编写提示的作用。 ### 2、使用说明 创建一个`.d.ts`后缀的声明文件,例如:`xxx.d.ts`。 然后在该文件中,按声明语法进行全局的声名,就可以在项目中直接使用了。 有时候引入的是第三...
来源: Laya2.0_文档 发布时间: 20210715
...ctRotate() { ObjectRotate.super(this);//这里不太清楚作用 //最终鼠标在X轴上的值 this.lastMouseX = NaN; //最终鼠标在Y轴上的值 this.lastMouseY = NaN; this.yawPitchRoll = ...
来源: Laya_社区 发布时间: 20170810
... = true; Geolocation.watchPosition(successHandler, errorHandler); // 绑定作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } createDom() { const Browser = Laya.Browser; mapDiv = Browser.createElement("div"); let style = mapDiv.style; style.position = "absolute"; style.top =...
来源: Laya2.0_示例 发布时间: 20241123
...教一下,我在主域里透传设置开放域Canvas大小,但是没有作用,开放域返回来的截图大小总是和手机实际屏幕尺寸是一致,导致在小屏幕手机上的绘制的开放域显示不全 186*****260 • 2018-03-26 22:09 谢谢.这些都按你的做了.开放数据...
来源: Laya_社区 发布时间: 20180310
...则: 1. #### 以设备坐标系z轴为轴,旋转`alpha`度。`alpha`的作用域为[0, 360]。 ![blob.png](img/1.png) (图1) 2. #### 以设备坐标系x轴为轴,旋转`beta`度。`beta`的作用域为[-180, 180]。 ![blob.png](img/2.png) (图2) 3. #### 已设备坐标系y轴为轴,...
来源: Laya2.0_文档 发布时间: 20210714
...By bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils fitDOMElementInArea(dom:Object, coordinateSpace:Sprite, x:Number, y:Number, width:Number, height:Number):void[static] 使DOM元素使用舞台内的某块区域内。 Utils ...
来源: laya_api 发布时间: 20170929
...By bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils fitDOMElementInArea(dom:Object, coordinateSpace:Sprite, x:Number, y:Number, width:Number, height:Number):void[static] 使DOM元素使用舞台内的某块区域内。 Utils ...
来源: Laya2.0_api 发布时间: 20190513
...f (handler) { handler.clear(); } } Laya.timer.clearAll:清理对象指定作用域的所有定时器。定义如下: /** * 清理对象身上的所有定时器。 * @param caller 执行域(this)。 */ clearAll(caller: any): void { if (!caller) return; for (var i: number = 0, n: number = this._ha...
来源: Laya3.0_文档 发布时间: 20241014