unreal.RigUnit_DrawDebugCatmullRomSpline

class unreal.RigUnit_DrawDebugCatmullRomSpline(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], points: None = [], line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, monotonic: bool = False, segments: int = 0)

Bases: RigUnit_DrawDebugLibraryBase

Debug Draw a catmull rom spline

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: RigUnit_DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • depth_test (bool): [Read-Write] If to use depth testing while drawing

  • drawer (DebugDrawer): [Read-Write] Debug Drawer

  • execute_context (RigVMExecuteContext): [Read-Write] The execution result

  • line_style (DrawDebugLineStyle): [Read-Write] Line Style

  • monotonic (bool): [Read-Write] If to draw a monotonic spline

  • points (Array[Vector]): [Read-Write] Spline Points

  • segments (int32): [Read-Write] Number of segments in the spline segment

property depth_test: bool

[Read-Write] If to use depth testing while drawing

Type:

(bool)

property drawer: DebugDrawer

[Read-Write] Debug Drawer

Type:

(DebugDrawer)

property line_style: DrawDebugLineStyle

[Read-Write] Line Style

Type:

(DrawDebugLineStyle)

property monotonic: bool

[Read-Write] If to draw a monotonic spline

Type:

(bool)

property points: None

[Read-Write] Spline Points

Type:

(Array[Vector])

property segments: int

[Read-Write] Number of segments in the spline segment

Type:

(int32)