DebugCircle
DebugCircle
Parent
Functions
draw
Description
draw
Definition
draw()
Code
function DebugCircle:draw()
DebugCircle.renderAtPosition(
self.x, not self.alignToGround and self.y or nil , self.z,
self.radius,
self.color,
self.numSegments,
self.solid,
self.filled,
self.drawSectors,
self.text
)
end