Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [System.Serializable]
  2. public class Wheel
  3. {
  4. public List<Rigidbody> wheels;
  5. public float wheelMass = 600; // mass of each wheel pair without flange mass; i.e. twice the mass of 1 wheel without flange mass
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement