Circle
Introduction
The Circle method draws a circle of the argument radius at the argument position.
Code Example: Drawing a Circle at the Cursor
float radius = 10;
EditorVisuals.Circle(radius, GuiManager.Cursor.WorldPosition.ToVector3());

Last updated
Was this helpful?