nanos world API Reference Unofficial documentation
Static function Client Moderate

Debug.DrawCylinder

Draws a Debug cylinder in the world

Syntax

Lua
Debug.DrawCylinder(start_location, end_location, radius, segments, color = Color.RED, life_time = 5, thickness = 0)

Parameters

Name Type Default Description
start_location Vector
end_location Vector
radius float
segments integer
color optional Color Color.RED
life_time optional float 5
thickness optional float 0