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