JointSpring.damper 阻尼器

var damper : float

Description描述

The damper force uses to dampen the spring

阻尼力用于弹簧缓冲。

using UnityEngine;
using System.Collections;

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

本脚本参考基于Unity 3.4.1f5

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