Skip to main content

B1DrawDebugSphereParam

  • Parameters for drawing a debug sphere, including center, radius, segment count, color, and persistence settings.
PropertyTypeDescriptionMetadata
CenterFVectorWorld-space center of the debug sphere.
RadiusfloatRadius of the debug sphere.
Segmentsint32Number of line segments used to approximate the sphere.
ColorFColorColor of the debug sphere.
bPersistentLinesboolWhether the sphere persists across frames.
LifeTimefloatDuration in seconds before the sphere disappears (-1 means use default).
DepthPriorityuint8Depth priority for rendering order of this debug primitive.
ThicknessfloatThickness of the sphere lines in world units.