Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     y   = transform.position.y;
     car = new DubinCar(radius);
 }
Ejemplo n.º 2
0
 public rrTree(float r)
 {
     car = new DubinCar(r);
 }
Ejemplo n.º 3
0
 void Start()
 {
     car = new DubinCar(radius);
 }
Ejemplo n.º 4
0
 public rrTree()
 {
     car = new DubinCar();
 }
Ejemplo n.º 5
0
 // Use this for initialization
 void Start()
 {
     car   = new DubinCar(radius, 10, 2, debugDubin);
     mainY = transform.position.y;
 }