大约有 51 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0027 秒)
...TATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation shapes type Methods addChildShape clearChildShape clone cloneTo destroy getChildShapeCount removeChildShape updateLocalTransformations Constructors constructor new CompoundColliderShape(): CompoundColliderShape ...
来源: Laya3.0_api 发布时间: 20231115
...UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors height localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new CylinderColliderShape(radius?: number, height?: number, orientation?: number): CylinderColliderShape ...
来源: Laya3.0_api 发布时间: 20231115
...UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors length localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new CapsuleColliderShape(radius?: number, length?: number, orientation?: number): CapsuleColliderShape Ov...
来源: Laya3.0_api 发布时间: 20231115
...UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors height localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new ConeColliderShape(radius?: number, height?: number, orientation?: number): ConeColliderShape Override...
来源: Laya3.0_api 发布时间: 20231115
...form3D 类用于实现3D变换。 Public Properties PropertyDefined By localRotation : QuaternionAnimationTransform3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By AnimationTransform3D(owner:AnimationNode, localPosition:Float32Array = null, localR...
来源: Laya2.0_api 发布时间: 20190513
...TATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation sizeX sizeY sizeZ type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new BoxColliderShape(sizeX?: number, sizeY?: number, sizeZ?: number): BoxColliderShape Overrides ColliderS...
来源: Laya3.0_api 发布时间: 20231115
...TATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new CannonColliderShape(): CannonColliderShape Defined in laya/d3/physicsCannon/shape/CannonColliderShape.ts:138 创建一...
来源: Laya3.0_api 发布时间: 20231102
...TATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new ColliderShape(): ColliderShape Defined in laya/d3/physics/shape/ColliderShape.ts:148 创建一个新的 ColliderShape ...
来源: Laya3.0_api 发布时间: 20231115
...ods MethodDefined By AnimationNode(localPosition:Float32Array = null, localRotation:Float32Array = null, localScale:Float32Array = null, worldMatrix:Float32Array = null) 创建一个新的 AnimationNode 实例。 AnimationNode addChild(child:AnimationNode):void 添加子节点。 AnimationNo...
来源: Laya2.0_api 发布时间: 20190513
...节点的旋转,如果我使用Laya.Quaternion.cloneTo(camera.transform.localRotation),会失败,如果使用camera.transform.localPosition = Laya.Quaternion.clone(),才会成功,之前我记得你们不是说过尽量避免创建对象吗?直接用cloneTo,摄像机的旋转四元数的...
来源: Laya_社区 发布时间: 20170628