Add xmldoc

This commit is contained in:
Dan Balasescu
2024-08-30 16:57:27 +09:00
parent 0a75c426c1
commit 293767873f

View File

@@ -11,6 +11,11 @@ using osuTK;
namespace osu.Framework.Graphics.Shapes
{
/// <summary>
/// A circle that is rendered directly to the screen using a specialised shader.
/// This behaves slightly differently from <see cref="Circle"/> but offers
/// higher performance in scenarios where many circles are drawn at once.
/// </summary>
public partial class FastCircle : Drawable
{
private float edgeSmoothness = 1f;