unreal.DrawDebugPointStyle

class unreal.DrawDebugPointStyle(thickness: float = 0.0, color: LinearColor = Ellipsis)

Bases: StructBase

Style for debug drawing points

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color (LinearColor): [Read-Write] Color of the point. Alpha controls the opacity.

  • thickness (float): [Read-Write] Thickness of the point. Set to 0.0 for pixel-sized points.

property color: LinearColor

[Read-Write] Color of the point. Alpha controls the opacity.

Type:

(LinearColor)

property thickness: float

[Read-Write] Thickness of the point. Set to 0.0 for pixel-sized points.

Type:

(float)