// Use this for initialization void Start() { y = transform.position.y; car = new DubinCar(radius); }
public rrTree(float r) { car = new DubinCar(r); }
void Start() { car = new DubinCar(radius); }
public rrTree() { car = new DubinCar(); }
// Use this for initialization void Start() { car = new DubinCar(radius, 10, 2, debugDubin); mainY = transform.position.y; }