public virtual Engine.Node GetNode() { if (m_EntityView == null) { return(null); } return(m_EntityView.GetNode()); }