public void Render() { _circle.Radius = _highlightTween.Value(); PrimitiveDrawer.DrawDashedCircle(_circle, new Color(1, 0, 0, 1)); }