unreal.RigUnit_DrawDebugGraphLine

class unreal.RigUnit_DrawDebugGraphLine(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], location: Vector = Ellipsis, rotation: Rotator = Ellipsis, xvalues: None = [], yvalues: None = [], xmin: float = 0.0, xmax: float = 0.0, ymin: float = 0.0, ymax: float = 0.0, xaxis_length: float = 0.0, yaxis_length: float = 0.0, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False)

Bases: RigUnit_DrawDebugLibraryBase

Debug Draw a line on a simple graph.

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] Plot line style

  • location (Vector): [Read-Write] Draw Location

  • rotation (Rotator): [Read-Write] Draw Rotation

  • xaxis_length (float): [Read-Write] X axis length

  • xmax (float): [Read-Write] X max

  • xmin (float): [Read-Write] X min

  • xvalues (Array[float]): [Read-Write] X Values

  • yaxis_length (float): [Read-Write] Y axis length

  • ymax (float): [Read-Write] Y max

  • ymin (float): [Read-Write] Y min

  • yvalues (Array[float]): [Read-Write] Y Values

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] Plot line style

Type:

(DrawDebugLineStyle)

property location: Vector

[Read-Write] Draw Location

Type:

(Vector)

property rotation: Rotator

[Read-Write] Draw Rotation

Type:

(Rotator)

property xaxis_length: float

[Read-Write] X axis length

Type:

(float)

property xmax: float

[Read-Write] X max

Type:

(float)

property xmin: float

[Read-Write] X min

Type:

(float)

property xvalues: None

[Read-Write] X Values

Type:

(Array[float])

property yaxis_length: float

[Read-Write] Y axis length

Type:

(float)

property ymax: float

[Read-Write] Y max

Type:

(float)

property ymin: float

[Read-Write] Y min

Type:

(float)

property yvalues: None

[Read-Write] Y Values

Type:

(Array[float])