大约有 45 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0023 秒)
Laya2.0_文档(14) Laya_社区(9) Laya3.0_api(8) laya_api(4) Laya2.0_api(3) Laya3.0_文档(3) Laya_示例(2) Laya2.0_示例(2)
...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
...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
...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
laya.device.motion详解:陀螺仪与加速计1、陀螺仪2、加速计2.1 获取设备物理方向运动信息2.2 获取设备显示方向运动信息laya.device.motion详解:陀螺仪与加速计 laya.device.motion中共有四个类供开发者使用,分别为加速信息AccelerationInfo...
来源: Laya3.0_文档 发布时间: 20251010
...Blend))。 ```typescript //正常的动画播放 this.animator.play(this.motions[this.motionIndex], 0); //在当前动画状态和目标动画状态之间进行融合过渡播放 //第三个参数为layerIndex 层索引,没有使用混合模式,仅仅是使用0层的动画 this.animator.crossF...
来源: Laya2.0_文档 发布时间: 20210714
...Blend))。 ```typescript //正常的动画播放 this.animator.play(this.motions[this.motionIndex], 0); //在当前动画状态和目标动画状态之间进行融合过渡播放 //第三个参数为layerIndex 层索引,没有使用混合模式,仅仅是使用0层的动画 this.animator.crossF...
来源: Laya2.0_文档 发布时间: 20210714
...ationLayerBlend))。 ```typescript //正常的动画播放 animator.play(motions[motionIndex], 0); //在当前动画状态和目标动画状态之间进行融合过渡播放 //第三个参数为layerIndex 层索引,没有使用混合模式,仅仅是使用0层的动画 animator.crossFade(motion...
来源: Laya2.0_文档 发布时间: 20210714
LayaAir引擎 设备的几个单例都获取不到 laya.device.motion下面的几个都获取不了单例下下图:Accelerator.instance Laya.Gyroscope.instance 我用手机扫二维码也获取不了数据,要用laya.device.motion下面的类还需要注意那些细节,谢谢 附件 : --...
来源: Laya_社区 发布时间: 20170420
# laya.device.motion详解:陀螺仪与加速计 [TOC] laya.device.motion中共有四个类供开发者使用,分别为加速信息AccelerationInfo、加速计Accelerator、陀螺仪Gyroscope、保存旋转信息RotationInfo。本节将详细描述laya.device.motion API的相关内容。 ## 1、...
来源: Laya2.0_文档 发布时间: 20210714
# laya.device.motion详解:陀螺仪与加速计 [TOC] laya.device.motion中共有四个类供开发者使用,分别为加速信息AccelerationInfo、加速计Accelerator、陀螺仪Gyroscope、保存旋转信息RotationInfo。本节将详细描述laya.device.motion API的相关内容。 ## 1、...
来源: Laya2.0_文档 发布时间: 20210714