예제 #1
0
파일: Waypoint.cs 프로젝트: windywyll/Path
 void OnEnable()
 {
     if (Navigation.Active)
     {
         Navigation.RegisterWaypoint(this);
     }
 }
예제 #2
0
파일: Waypoint.cs 프로젝트: windywyll/Path
 void Start()
 {
     Navigation.RegisterWaypoint(this);
 }