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

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

61. 关于Laya.Tween 在3d上的应用与缓动的优化 [ 86%]

...以对应成3d对象中的vector3         let origin: any = {x:1,y:2,z:3};         let target: any = {x:5,y:8,z:8};         Laya.Tween.to(origin,target,500).update = new Laya.Handler(null,()=>{             console.log(origin);            ...

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

62. 2.0版本可用的CameraMoveScript.ts [ 86%]

...个2.0,跟示例里效果一样的文件:   /** * ... * @author */ export class CameraMoveScript extends Laya.Script {      /** @private */     protected _tempVector3: Laya.Vector3 = new Laya.Vector3();     protected lastMouseX: number;     protected lastMouseY: number;    ...

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

63. laya.d3.math.Viewport_API3.0 [ 86%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Viewport" Viewport Class Viewport Viewport 类用于创建视口。 Hierarchy Viewport Index Constructors constructor Prope...

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

64. 陀螺仪与加速计(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 86%]

...相切与1984世界测地系统的spheriod的用户所在位置。 - 东(X)在地面上,垂直于北轴,向东为正。 - 北(Y)在地面上,向正北为正(指向北极)。 - 上(Z)垂直于地面,向上为正。 对于一个移动设备,例如电话或平板,设备坐...

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

65. laya.d3.core.particleshuriken.module.GradientAngularVelocity_API3.0 [ 85%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/GradientAngularVelocity" GradientAngularVelocity Class GradientAngularVelocity GradientRotation 类...

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

66. laya.d3.core.particleshuriken.module.GradientSize_API3.0 [ 85%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/GradientSize" GradientSize Class GradientSize GradientSize 类用于创建渐变尺寸。 Hierarchy...

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

67. laya.d3.physics.shape.BoxColliderShape [ 85%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BoxColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class BoxColliderShapeInheritanceBoxColliderShape ColliderShape Object BoxColliderShape 类用于创建盒子形状碰撞器。 Public Properti...

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

68. 陀螺仪与加速计(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 85%]

...相切与1984世界测地系统的spheriod的用户所在位置。 - 东(X)在地面上,垂直于北轴,向东为正。 - 北(Y)在地面上,向正北为正(指向北极)。 - 上(Z)垂直于地面,向上为正。 对于一个移动设备,例如电话或平板,设备坐...

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

69. 3D中摄像机绕物体旋转该如何实现? [ 85%]

...ponent(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. ///...

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

70. 怎么让模型原地依照Y轴旋转到 我指定的角度? 角度 如何 转换成 Y轴旋转 的四元数? [ 85%]

...q);   2017-09-19 1 0 分享 微博 QZONE 微信 avpvsdoom 赞同来自: box.transform.rotate(new Vector3(0,45,0),true,false); 我知道 这个方法可以旋转 但是这个方法不能写在 Laya.timer.loop 的回调方法里面 如果要按照这么写的话 模型就疯狂的旋转 所以我...

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