mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Add xmldoc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user