Exemplo n.º 1
0
 public void ResetToDefault()
 {
     Type            = defaultPathType;
     OneWayDirection = defaultOneWayDirection;
 }
Exemplo n.º 2
0
 private void Start()
 {
     defaultPathType        = Type;
     defaultOneWayDirection = OneWayDirection;
 }