public Vector3 GetPos() { if (m_EntityView != null) { return(m_EntityView.GetPos()); } return(Vector3.zero); }