Example #1
0
 // Use this for initialization
 void Start()
 {
     builder = (LaneBuilder)GetComponentInParent<LaneBuilder> ();
     child = null;
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     builder = (LaneBuilder)GetComponentInParent <LaneBuilder> ();
     child   = null;
 }