Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Use this to draw a circle. Instead of DrawCircle, it can be batched. More...
Public Member Functions | |
SimpleCircleSprite () | |
Create a light blue circle with radius 10. More... | |
SimpleCircleSprite (Texture texture) | |
Create a circle with a custom texture. More... | |
Properties | |
float | Radius [get, set] |
Circle radius. More... | |
Use this to draw a circle. Instead of DrawCircle, it can be batched.
Definition at line 10 of file SimpleCircleSprite.cs.
|
inline |
Create a light blue circle with radius 10.
Definition at line 30 of file SimpleCircleSprite.cs.
|
inline |
|
getset |
Circle radius.
Definition at line 15 of file SimpleCircleSprite.cs.