예제 #1
0
 public void ResetToDefault()
 {
     Type            = defaultPathType;
     OneWayDirection = defaultOneWayDirection;
 }
예제 #2
0
 private void Start()
 {
     defaultPathType        = Type;
     defaultOneWayDirection = OneWayDirection;
 }