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

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

31. 输入设备-地图 [ 70%]

...,0)); map.addOverlay(marker); var label = new BMap.Label("当前位置", { offset: new BMap.Size(-15, 30) }); marker.setLabel(label); } function createInfoText() { infoText = new Text(); Laya.stage.addChild(infoText); infoText.fontSize = 50; infoText.color = "#FFFFFF"; infoText.size(Laya.stage.width...

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

32. laya.d3.math.Native.ConchVector4 [ 70%]

...两个四维向量是否相等。 ConchVector4  fromArray(array:Array, offset:int = 0):void 从Array数组拷贝值。 ConchVector4  length():Number 求四维向量的长度。 ConchVector4  lengthSquared():Number 求四维向量长度的平方。 ConchVector4  lerp(a:ConchVector4, b:ConchVe...

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

33. laya.d3.math.Vector4 [ 70%]

...(nativeElements:Float32Array = null):voidVector4  fromArray(array:Array, offset:int = 0):void 从Array数组拷贝值。 Vector4  length():Number 求四维向量的长度。 Vector4  lengthSquared():Number 求四维向量长度的平方。 Vector4  lerp(a:Vector4, b:Vector4, t:Number, out:Ve...

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

34. Sprite3D支持的Unity导出列表(TypeScript-3D基础(TS)-LayaAir3D之Unity插件使用) [ 69%]

...atic - Lightmaps - Baked Lightmap - Lightmap Index - Tiling X - Tiling Y - Offset X - Offset Y - Skinned Mesh Renderer ![Skinned Mesh Renderer](./img/components/Inspector-SkinnedMeshRenderer.png) 1. Mesh 2. Root Bone 3. Bounds - Center - Extent 4. Materials - Size - Element - Animator ![Animator](./...

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

35. 输入设备-地图 [ 69%]

...,0)); map.addOverlay(marker); let label = new BMap.Label("当前位置", { offset: new BMap.Size(-15, 30) }); marker.setLabel(label); } createInfoText() { const Text = Laya.Text; infoText = new Text(); Laya.stage.addChild(infoText); infoText.fontSize = 50; infoText.color = "#FFFFFF"; infoText.size(L...

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

36. 缓动-时间线 [ 68%]

...nt = Laya.Event; this.timeLine = new TimeLine(); // addLabel(label:String, offset:Number) offset: 标签事件相对于上个动画的偏移时间(单位:毫秒) this.timeLine.addLabel("turnRight", 0).to(this.target, {x:450, y:100, scaleX:0.5, scaleY:0.5}, 2000, null, 0) .addLabel("turnDown", 0).t...

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

37. spine动画无法监听是否播放完 [ 68%]

...就报错 比如:Uncaught getUint16 error - Out of bounds           Offset is outside the bounds of the DataView   怎么能监听到? 2019-01-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron...

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

38. laya.d3.math.Vector3 [ 65%]

...(nativeElements:Float32Array = null):voidVector3  fromArray(array:Array, offset:int = 0):void 从Array数组拷贝值。 Vector3  lerp(a:Vector3, b:Vector3, t:Number, out:Vector3):void[static] 插值三维向量。 Vector3  max(a:Vector3, b:Vector3, out:Vector3):void[static] 分别取两个三...

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

39. laya.maths.Quaternion_API3.0 [ 65%]

...ements: Float32Array = null Returns void fromArray fromArray(array: any[], offset?: number): void Defined in laya/maths/Quaternion.ts:463 从Array数组拷贝值。 Parameters array: any[] 数组。 Default value offset: number = 0 数组偏移。 Returns void getYawPitchRoll getYawPitchRoll(out: Ve...

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

40. 写入时,对不上位置 [ 65%]

...king • 2017-07-14 11:21 TextInput 你们能不能加上相应的Stage的 offset Monica • 2017-07-14 11:29 @king:之后会加! king • 2017-07-14 11:38 你得告诉我,现在我该怎么处理 king • 2017-07-14 11:39 当前不打算再更新版本代码了 Monica • 2017-07-14 12:31 @king...

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