大约有 322 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0076 秒)
...tation Defined in laya/d3/physics/shape/ColliderShape.ts:140 Shape的本地旋转。 Returns Quaternion Inherited from CompoundColliderShape.localRotation Defined in laya/d3/physics/shape/ColliderShape.ts:144 Shape的本地旋转。 Parameters value: Quaternion Returns void radius get radius(): numb...
来源: Laya3.0_api 发布时间: 20231115
...系统是通过模拟真实物理属性的方式来计算重力、运动、旋转、碰撞反馈等,LayaAir引擎内置了bullet 3D物理引擎。官网中有详细的学习文档。 动画是交互式游戏不可缺少的组成部分。 LayaAir引擎中支持使用材质动画,刚体动画,...
来源: Laya2.0_文档 发布时间: 20210714
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...ed in laya/d3/physicsCannon/shape/CannonColliderShape.ts:130 Shape的本地旋转。 Returns Quaternion Inherited from CannonColliderShape.localRotation Defined in laya/d3/physicsCannon/shape/CannonColliderShape.ts:134 Shape的本地旋转。 Parameters value: Quaternion Returns void radius get radi...
来源: Laya3.0_api 发布时间: 20231102
...tation Defined in laya/d3/physics/shape/ColliderShape.ts:140 Shape的本地旋转。 Returns Quaternion Inherited from CompoundColliderShape.localRotation Defined in laya/d3/physics/shape/ColliderShape.ts:144 Shape的本地旋转。 Parameters value: Quaternion Returns void mesh get mesh(): Mesh set...
来源: Laya3.0_api 发布时间: 20231115
...会用到他。 在示例代码中已经用到了移动(translate),旋转(rotate)这两种变换,并且用三维向量代表x,y,z的值。两种方法都可以在参数中设置是否为局部空间移动,旋转。 ```typescript //移动摄像机 camera.transform.translate(new Laya.Vecto...
来源: Laya2.0_文档 发布时间: 20210715
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...会用到他。 在示例代码中已经用到了移动(translate),旋转(rotate)这两种变换,并且用三维向量代表x,y,z的值。两种方法都可以在参数中设置是否为局部空间移动,旋转。 ```typescript //移动摄像机 camera.transform.translate(new Vector3(0,...
来源: Laya2.0_文档 发布时间: 20210714