Gizmos.Circle¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of the shard, if any | Any | ||
| Output ➡️ | The resulting output of the shard | None | ||
| Center | No | Center of the circle | none | Float3Var(Float3) | 
| XBase | No | X direction of the plane the circle is on | none | Float3Var(Float3) | 
| YBase | No | Y direction of the plane the circle is on | none | Float3Var(Float3) | 
| Radius | No | Radius | none | NoneFloatVar(Float) | 
| Color | No | Linear color of the circle | none | NoneFloat4Var(Float4) | 
| Thickness | No | Width of the circle in screen space | none | NoneIntFloat | 
Draws a line in 3d space