コード例 #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);
 }