JointSpring.targetPosition 目标位置

var targetPosition : float

Description描述

The target position the joint attempts to reach.

关节试图达到目标位置。

In the case of a HingeJoint the target position is the target angle in degrees.

就铰链关节目标位置来说是目标角度。

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
	public void Awake() {
		hingeJoint.spring.targetPosition = 70;
	}
}
hingeJoint.spring.targetPosition = 70;
最后修改:2010年12月23日 Thursday 14:47

本脚本参考基于Unity 3.4.1f5

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