大约有 320 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0053 秒)
# 使用百度地图显示当前位置 > 本节一步步演示使用watchPosition()在百度地图上标注出当前所在位置。watchPosition方法来自于Geolocation API,**学习本节前请先阅读Geolocation基础文档或Geolocation API文档。** > 在开始之前需要在index.html中...
来源: Laya2.0_文档 发布时间: 20210714
... Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:24 当前内存,以字节为单位。 Returns number Static gpuMemory get gpuMemory(): number Inherited from Resource.gpuMemory Defined in laya/resource/Resource.ts:31 当前显存,以字节为单位。 Returns number Method...
来源: Laya3.0_api 发布时间: 20231115
...eta 物理引擎 刚体碰撞点位置获取不正确 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. tree mouseHandler 怎么获取条目 2.0 drawTexture color参数无效 Event.MOUSE_WHEE...
来源: Laya_社区 发布时间: 20160110
... Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:24 当前内存,以字节为单位。 Returns number Static gpuMemory get gpuMemory(): number Inherited from Resource.gpuMemory Defined in laya/resource/Resource.ts:31 当前显存,以字节为单位。 Returns number Method...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:23 当前内存,以字节为单位。 Returns number Static gpuMemory get gpuMemory(): number Inherited from Resource.gpuMemory Defined in laya/resource/Resource.ts:30 当前显存,以字节为单位。 Returns number Method...
来源: Laya3.0_api 发布时间: 20231102
... Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:24 当前内存,以字节为单位。 Returns number Static gpuMemory get gpuMemory(): number Inherited from Resource.gpuMemory Defined in laya/resource/Resource.ts:31 当前显存,以字节为单位。 Returns number Method...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:24 当前内存,以字节为单位。 Returns number Static gpuMemory get gpuMemory(): number Inherited from Resource.gpuMemory Defined in laya/resource/Resource.ts:31 当前显存,以字节为单位。 Returns number Method...
来源: Laya3.0_api 发布时间: 20231115
...乐时再次调用本方法,会先停止之前的背景音乐,再播发当前的背景音乐。 SoundManager playSound(url:String, loops:int = 1, complete:Handler = null, soundClass:Class = null, startTime:Number = 0):SoundChannel[static] 播放音效。音效可以同时播放多个。 Sound...
来源: Laya2.0_api 发布时间: 20190513
...乐时再次调用本方法,会先停止之前的背景音乐,再播发当前的背景音乐。 SoundManager playSound(url:String, loops:int = 1, complete:Handler = null, soundClass:Class = null, startTime:Number = 0):SoundChannel[static] 播放音效。音效可以同时播放多个。 Sound...
来源: laya_api 发布时间: 20170929
...:", progress.toFixed(2) + "%"); // 更新日志显示 this.logger.text = `当前下载进度: ${progress.toFixed(2)}%\n`; // 加载完成后清除进度事件帧监听 if (progress == 100) { this.logger.text = `当前下载进度: 100%\n`; Laya.timer.clear(this, this.onHttpRequestProgress); console....
来源: Laya3.0_文档 发布时间: 20251010