public void ActiveNav(int id) { if (agentRemotes.ContainsKey(id)) { NavAgentController.SwitchToAgent(agentRemotes[id].NavAgent); } }
public void UnActiveNav() { NavAgentController.SwitchToAgent(null); }