sm.debugDraw.drawCircleTopDown

Draws a circle.

Kind: Function

Environments: Game, Terrain

Game

sm.debugDraw.drawCircleTopDown( center, radius, color )

Open the full Game reference

Parameters:

Name Type Description
center Vec3 The center position of the circle.
radius (optional) number The radius of the circle. Defaults to 0.125.
color (optional) Color The color of the circle. Defaults to white.

Terrain

sm.debugDraw.drawCircleTopDown( center, radius, color )

Open the full Terrain reference

Parameters:

Name Type Description
center Vec3 The center position of the circle.
radius (optional) number The radius of the circle. Defaults to 0.125.
color (optional) Color The color of the circle. Defaults to white.