大约有 1,709 项符合查询结果, 库内数据总量为 30,900 项。 (搜索耗时: 0.0052 秒)
Laya_社区(1284) Laya3.0_api(178) Laya2.0_文档(87) laya_api(60) Laya2.0_api(40) Laya3.0_文档(33) Laya_示例(24) Laya2.0_示例(3)
...; 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
...mentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalTextureTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTextureTangentInheritanceVertexPositionNormalTextureTangent ObjectImplements IVertex VertexPositionNormalTextureT...
来源: laya_api 发布时间: 20170929
iosapp获取到的soundChannel.position总是为0,导致不能继续播放 附件 : --> 2019-09-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 1987c 请上传个demo 2019-09-23 1 1 ...
来源: Laya_社区 发布时间: 20190923
...最大时间(毫秒)限制。默认值是Infinity,意味着getCurrentPosition()直到位置可用时才会返回。 maximumAge —— 代表可返回的可用缓存位置的最大时限。如果设置为0,意味着设备不使用缓存位置,始终尝试获取实时位置。如果设置为...
来源: Laya3.0_文档 发布时间: 20240910
...mentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalColorSkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorSkinInheritanceVertexPositionNormalColorSkin ObjectImplements IVertex VertexPositionNormalColorSkin 类用于创...
来源: laya_api 发布时间: 20170929
...&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
...&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
...mentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalTextureSkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTextureSkinInheritanceVertexPositionNormalTextureSkin ObjectImplements IVertex VertexPositionNormalColorTextureSkin ...
来源: laya_api 发布时间: 20170929
...标为小猴子 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
... 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