WheelCollider.brakeTorque 刹车力矩

var brakeTorque : float

Description描述

Brake torque. Must be positive.

刹车的力矩。这个值必须为正。

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
	public void Awake() {
		collider.brakeTorque = 1000;
	}
}
// brake the wheel
车轮刹车
collider.brakeTorque = 1000;
最后修改:2010年12月22日 Wednesday 22:43

本脚本参考基于Unity 3.4.1f5

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