Manual     Reference     Scripting  
  
Scripting > Editor Classes > Handles   

Handles.DrawSolidArc  

static function DrawSolidArc (center : Vector3, normal : Vector3, from : Vector3, angle : float, radius : float) : void

Parameters

NameDescription
center the center of the circle
normal the normal of the circle
from the direction of the point on the circumference, relative to the center, where the sector begins
angle the angle of the sector, in degrees
radius the radius of the circle

Description

Draw a circular sector (pie piece) in 3D space.