Skip to content

Instantly share code, notes, and snippets.

@nibasya
Last active August 13, 2019 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nibasya/a71f28ee203ec8a554e3254673d622b9 to your computer and use it in GitHub Desktop.
Save nibasya/a71f28ee203ec8a554e3254673d622b9 to your computer and use it in GitHub Desktop.
A class representing an group of data
[System.Serializable]
public class Wheel
{
public List<Rigidbody> wheels;
public float wheelMass = 600; // mass of each wheel pair without flange mass; i.e. twice the mass of 1 wheel without flange mass
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment