Skip to main content

B1DrawDebugCapsuleParam

  • Parameters for drawing a debug capsule, including center, half-height, radius, rotation, color, and persistence settings.
PropertyTypeDescriptionMetadata
CenterFVectorWorld-space center of the debug capsule.
HalfHeightfloatHalf-height of the capsule cylinder portion.
RadiusfloatRadius of the capsule.
RotationFQuatRotation of the capsule.
ColorFColorColor of the debug capsule.
bPersistentLinesboolWhether the capsule persists across frames.
LifeTimefloatDuration in seconds before the capsule disappears (-1 means use default).
DepthPriorityuint8Depth priority for rendering order of this debug primitive.
ThicknessfloatThickness of the capsule lines in world units.