Skip to main content

B1DrawDebugLineParam

  • Parameters for drawing a debug line in the world, including start/end points, color, and persistence settings.
PropertyTypeDescriptionMetadata
LineStartFVectorWorld-space start point of the debug line.
LineEndFVectorWorld-space end point of the debug line.
ColorFColorColor of the debug line.
bPersistentLinesboolWhether the line persists across frames.
LifeTimefloatDuration in seconds before the line disappears (-1 means use default).
DepthPriorityuint8Depth priority for rendering order of this debug primitive.
ThicknessfloatThickness of the debug line in world units.