public void ResetToDefault()
 {
     Type            = defaultPathType;
     OneWayDirection = defaultOneWayDirection;
 }
 private void Start()
 {
     defaultPathType        = Type;
     defaultOneWayDirection = OneWayDirection;
 }