unreal.RigUnit_SpringIK_DebugSettings

class unreal.RigUnit_SpringIK_DebugSettings(enabled: bool = False, scale: float = 0.0, color: LinearColor = Ellipsis, world_offset: Transform = Ellipsis)

Bases: StructBase

Rig Unit Spring IK Debug Settings

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_SpringIK.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color (LinearColor): [Read-Write] Color: The color to use for debug drawing

  • enabled (bool): [Read-Write] Enabled: If enabled debug information will be drawn

  • scale (float): [Read-Write] Scale: The size of the debug drawing information

  • world_offset (Transform): [Read-Write] World Offset: The offset at which to draw the debug information in the world

property color: LinearColor

[Read-Write] Color: The color to use for debug drawing

Type:

(LinearColor)

property enabled: bool

[Read-Write] Enabled: If enabled debug information will be drawn

Type:

(bool)

property scale: float

[Read-Write] Scale: The size of the debug drawing information

Type:

(float)

property world_offset: Transform

[Read-Write] World Offset: The offset at which to draw the debug information in the world

Type:

(Transform)