Skip to main content

B1DrawDebugCircleParam

  • Parameters for drawing a debug circle, including transform matrix, radius, segment count, color, and persistence settings.
PropertyTypeDescriptionMetadata
TransformMatrixFMatrixTransform matrix defining the position and orientation of the debug circle.
RadiusfloatRadius of the debug circle.
Segmentsint32Number of line segments used to approximate the circle.
ColorFColorColor of the debug circle.
bPersistentLinesboolWhether the circle persists across frames.
LifeTimefloatDuration in seconds before the circle disappears (-1 means use default).
DepthPriorityuint8Depth priority for rendering order of this debug primitive.
ThicknessfloatThickness of the circle line in world units.
bDrawAxisboolWhether to draw the local axes at the circle center.