Skip to content

Commit

Permalink
Add xmldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Aug 30, 2024
1 parent 0a75c42 commit 2937678
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions osu.Framework/Graphics/Shapes/FastCircle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

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;
Expand Down

0 comments on commit 2937678

Please sign in to comment.