private void Awake() { m_Waypoints2D = GetComponent <Waypoints2D>(); }
private void OnEnable() { m_Target = target as Waypoints2D; m_SelectionInfo = new SelectionInfo(); }