Skip to main content

B1DrawDebugCircleArcParam

  • Parameters for drawing a debug circle arc, including center, radius, direction, angle width, and persistence settings.
PropertyTypeDescriptionMetadata
CenterFVectorWorld-space center of the debug arc.
RadiusfloatRadius of the arc.
DirectionFVectorDirection vector indicating the center of the arc sweep.
AngleWidthfloatTotal angular width of the arc in degrees.
Segmentsint32Number of line segments used to draw the arc.
ColorFColorColor of the debug arc.
bPersistentLinesboolWhether the arc persists across frames.
LifeTimefloatDuration in seconds before the arc disappears (-1 means use default).
DepthPriorityuint8Depth priority for rendering order of this debug primitive.
ThicknessfloatThickness of the arc lines in world units.