drawCircle(opt: DrawCircleOpt): void
Draw a circle.
param
opt- The draw circle options.
drawCircle({ pos: vec2(100, 200), radius: 120, color: rgb(255, 255, 0), });
since
v2000.0
Draw a circle.
param
opt- The draw circle options.
drawCircle({ pos: vec2(100, 200), radius: 120, color: rgb(255, 255, 0), });
since
v2000.0
Assets
Components
Component Types
Input
Events
Info
Math
Misc
Draw
Layer
Camera
Level
Plugins
Button Bindings