Ejemplo n.º 1
0
 public Turn(float length, AdvancedSmooth.TurnConstructor constructor, [Optional, DefaultParameterValue(0)] int id)
 {
     this.length      = length;
     this.id          = id;
     this.constructor = constructor;
 }
Ejemplo n.º 2
0
 public Turn(float length, AdvancedSmooth.TurnConstructor constructor, int id = 0)
 {
     this.length      = length;
     this.id          = id;
     this.constructor = constructor;
 }