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

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

51. 输入设备-地图 [ 92%]

...; this.createInfoText(); let successHandler = new Handler(this, this.updatePosition); let errorHandler = new Handler(this, this.onError); // 使用高精度位置 Geolocation.enableHighAccuracy = true; Geolocation.watchPosition(successHandler, errorHandler); // 绑定作用域 this.convertToBaiduCoo...

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

52. laya.d3.graphics.VertexPositionNormalTextureTangent [ 92%]

...mentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalTextureTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTextureTangentInheritanceVertexPositionNormalTextureTangent ObjectImplements IVertex VertexPositionNormalTextureT...

来源: laya_api 发布时间: 20170929

53. iosapp获取到的soundChannel.position总是为0,导致不能继续播放 [ 92%]

iosapp获取到的soundChannel.position总是为0,导致不能继续播放 附件 : --> 2019-09-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 1987c 请上传个demo 2019-09-23 1 1 ...

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

54. 获取位置信息 · LayaAir3.3 · 引擎文档 · LAYABOX [ 92%]

...最大时间(毫秒)限制。默认值是Infinity,意味着getCurrentPosition()直到位置可用时才会返回。 maximumAge —— 代表可返回的可用缓存位置的最大时限。如果设置为0,意味着设备不使用缓存位置,始终尝试获取实时位置。如果设置为...

来源: Laya3.0_文档 发布时间: 20240910

55. laya.d3.graphics.VertexPositionNormalColorSkin [ 92%]

...mentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalColorSkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorSkinInheritanceVertexPositionNormalColorSkin ObjectImplements IVertex VertexPositionNormalColorSkin 类用于创...

来源: laya_api 发布时间: 20170929

56. 如何使用3D场景2D人物进行混合开发(JavaScript-3D基础(JS)-LayaAir3D之高级应用) [ 92%]

...&group=Advance&name=Secne3DPlayer2D)) ```typescript //变换位置 this._position.x = Math.sin(this.scaleDelta += 0.01) * 2; this._position.z = Math.cos(this.scaleDelta += 0.01) * 2; //修改球的位置 this.sphere.transform.position = this._position; //计算位置 this._camera.viewport.project(...

来源: Laya2.0_文档 发布时间: 20210714

57. 如何使用3D场景2D人物进行混合开发(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 92%]

...&group=Advance&name=Secne3DPlayer2D)) ```typescript //变换位置 this._position.x = Math.sin(this.scaleDelta += 0.01) * 2; this._position.z = Math.cos(this.scaleDelta += 0.01) * 2; //修改球的位置 this.sphere.transform.position = this._position; //计算位置 this._camera.viewport.project(...

来源: Laya2.0_文档 发布时间: 20210715

58. laya.d3.graphics.VertexPositionNormalTextureSkin [ 92%]

...mentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalTextureSkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTextureSkinInheritanceVertexPositionNormalTextureSkin ObjectImplements IVertex VertexPositionNormalColorTextureSkin ...

来源: laya_api 发布时间: 20170929

59. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 92%]

...标为小猴子         camera.transform.lookAt(monkey.transform.position, new Laya.Vector3(0, 1, 0));                      //显示文本显示框         this.text = new Laya.Text();         this.text.x = Laya.stage.width / 2 -50 ;         this.t...

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

60. laya.d3.renderobjs.nativeobj.NativeShadowCullInfo_API3.0 [ 92%]

... MemoryBlock_size Accessors cullPlaneCount cullPlanes cullSphere direction position Constructors constructor new NativeShadowCullInfo(): NativeShadowCullInfo Defined in laya/d3/RenderObjs/NativeOBJ/NativeShadowCullInfo.ts:27 Returns NativeShadowCullInfo Properties Static MemoryBlock_size MemoryBlock...

来源: Laya3.0_api 发布时间: 20231115