From 293767873fc06b4269976df45cc0ff382254afe4 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Fri, 30 Aug 2024 16:57:27 +0900 Subject: [PATCH] Add xmldoc --- osu.Framework/Graphics/Shapes/FastCircle.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/osu.Framework/Graphics/Shapes/FastCircle.cs b/osu.Framework/Graphics/Shapes/FastCircle.cs index c2b8ef3a27..660239ad45 100644 --- a/osu.Framework/Graphics/Shapes/FastCircle.cs +++ b/osu.Framework/Graphics/Shapes/FastCircle.cs @@ -11,6 +11,11 @@ namespace osu.Framework.Graphics.Shapes { + /// + /// A circle that is rendered directly to the screen using a specialised shader. + /// This behaves slightly differently from but offers + /// higher performance in scenarios where many circles are drawn at once. + /// public partial class FastCircle : Drawable { private float edgeSmoothness = 1f;