WheelCollider.mass 质量

var mass : float

Description描述

The mass of the wheel. Must be larger than zero.

车轮的质量。这个值必须大于0。

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
	public void Awake() {
		collider.mass = 1;
	}
}
collider.mass = 1;
最后修改:2010年12月22日 Wednesday 21:45

本脚本参考基于Unity 3.4.1f5

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