• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0019 秒)

1. 输入设备-地图 [ 100%]

...p.altitudeAccuracy + "\n头:" + p.heading + "\n速度:" + p.speed + "\n时间:" + p.timestamp; } // 将原始坐标转换为百度坐标 function convertToBaiduCoord(data) { if (data.status == 0) { var position = data.points[0]; // 设置标注物位置 marker.setPosition(position); map.pan...

来源: Laya_示例 发布时间: 20241118

2. 输入设备-地图 [ 98%]

...p.altitudeAccuracy + "\n头:" + p.heading + "\n速度:" + p.speed + "\n时间:" + p.timestamp; } // 将原始坐标转换为百度坐标 convertToBaiduCoord(data) { if (data.status == 0) { let position = data.points[0]; // 设置标注物位置 marker.setPosition(position); map.panTo(positi...

来源: Laya2.0_示例 发布时间: 20241118

3. 关于laya图片资源缓存的问题 增量更新文件缓存 [ 67%]

...(file) return cb() }); }()) .pipe(gulp.dest('.')) }) /** 图集资源添加时间 */ gulp.task('updata_atlas_version',['create:hash'], () => { return gulp.src('./server/static/**/*.atlas') .pipe(function(){ return through.obj(function (file, enc, cb) { let _content = file.contents.toString() l...

来源: Laya_社区 发布时间: 20180412

4. laya.ui.MoreGame [ 65%]

...ateFormatStr(stamp:Number, formatStr:String = yynndd):String[static] 获取时间 MoreGame getGraphicBounds(realSize:Boolean = false):Rectangle 返回此实例中的绘图对象( Graphics )的显示区域,不包括子对象。 Sprite getMousePoint():Point获得相对于本对象上的鼠...

来源: Laya2.0_api 发布时间: 20190513