WheelCollider.massvar mass : floatDescriptionThe mass of the wheel. Must be larger than zero.
JavaScript
collider.mass = 1; using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > WheelCollider | Switch to Component | |||
WheelCollider.massvar mass : floatDescriptionThe mass of the wheel. Must be larger than zero.
JavaScript
collider.mass = 1; using UnityEngine; import UnityEngine |