Joint.axis 轴

var axis : Vector3

Description描述

The Direction of the axis around which the body is constrained.

物体被约束绕这个轴的方向。

The Axis is defined in local space.

轴是定义在自身坐标空间。

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
	public void Awake() {
		hingeJoint.axis = Vector3.up;
	}
}
hingeJoint.axis = Vector3.up;
最后修改:2011年1月26日 Wednesday 12:49

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。