private void Reset()
 {
     m_Waypoints2D = GetComponent <Waypoints2D>();
 }
Esempio n. 2
0
 private void OnEnable()
 {
     m_Target        = target as Waypoints2D;
     m_SelectionInfo = new SelectionInfo();
 }
Esempio n. 3
0
 private void Awake()
 {
     m_Waypoints2D = GetComponent <Waypoints2D>();
 }