public void LookAt(Vector3 target, Vector3 up) { if (m_EntityView != null) { m_EntityView.LookAt(target, up); } }