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

大约有 45 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0023 秒)

21. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 81%]

...n disableCollisionsBetweenLinkedBodies owner runInEditor scriptPath CONFIG_MOTION_TYPE_FREE CONFIG_MOTION_TYPE_LIMITED CONFIG_MOTION_TYPE_LOCKED Accessors XMotion YMotion ZMotion anchor angularBounce angularDamp angularLimitSpring angularXMotion angularYMotion angularZMotion appliedImpulse awaked ax...

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

22. laya.d3.core.scene.SceneRenderManager_API3.0 [ 79%]

...ceneRenderManager Index Constructors constructor Accessors list Methods addMotionObject addRenderObject destroy removeMotionObject removeRenderObject updateMotionObjects Constructors constructor new SceneRenderManager(): SceneRenderManager Defined in laya/d3/core/scene/SceneRenderManager.ts:11 实...

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

23. laya.d3.core.scene.bvhscenerendermanager.BVHSceneRenderManager_API3.0 [ 77%]

...ex Constructors constructor Accessors bvhSpatial list otherList Methods addMotionObject addRenderObject destroy removeMotionObject removeRenderObject updateMotionObjects Constructors constructor new BVHSceneRenderManager(bvhConfig?: BVHSpatialConfig): BVHSceneRenderManager Overrides SceneRenderManag...

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

24. 陀螺仪与加速计 · LayaAir3.3 · 引擎文档 · LAYABOX [ 76%]

laya.device.motion详解:陀螺仪与加速计1、陀螺仪2、加速计2.1 获取设备物理方向运动信息2.2 获取设备显示方向运动信息laya.device.motion详解:陀螺仪与加速计 laya.device.motion中共有四个类供开发者使用,分别为加速信息AccelerationInfo...

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

25. 动画过渡融合(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 75%]

...Blend))。 ```typescript //正常的动画播放 this.animator.play(this.motions[this.motionIndex], 0); //在当前动画状态和目标动画状态之间进行融合过渡播放 //第三个参数为layerIndex 层索引,没有使用混合模式,仅仅是使用0层的动画 this.animator.crossF...

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

26. 动画过渡融合(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 75%]

...Blend))。 ```typescript //正常的动画播放 this.animator.play(this.motions[this.motionIndex], 0); //在当前动画状态和目标动画状态之间进行融合过渡播放 //第三个参数为layerIndex 层索引,没有使用混合模式,仅仅是使用0层的动画 this.animator.crossF...

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

27. 动画过渡融合(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 74%]

...ationLayerBlend))。 ```typescript //正常的动画播放 animator.play(motions[motionIndex], 0); //在当前动画状态和目标动画状态之间进行融合过渡播放 //第三个参数为layerIndex 层索引,没有使用混合模式,仅仅是使用0层的动画 animator.crossFade(motion...

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

28. 设备的几个单例都获取不到 [ 73%]

LayaAir引擎 设备的几个单例都获取不到 laya.device.motion下面的几个都获取不了单例下下图:Accelerator.instance    Laya.Gyroscope.instance 我用手机扫二维码也获取不了数据,要用laya.device.motion下面的类还需要注意那些细节,谢谢 附件 : --...

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

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

# laya.device.motion详解:陀螺仪与加速计 [TOC] laya.device.motion中共有四个类供开发者使用,分别为加速信息AccelerationInfo、加速计Accelerator、陀螺仪Gyroscope、保存旋转信息RotationInfo。本节将详细描述laya.device.motion API的相关内容。 ## 1、...

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

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

# laya.device.motion详解:陀螺仪与加速计 [TOC] laya.device.motion中共有四个类供开发者使用,分别为加速信息AccelerationInfo、加速计Accelerator、陀螺仪Gyroscope、保存旋转信息RotationInfo。本节将详细描述laya.device.motion API的相关内容。 ## 1、...

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