unreal.RigUnit_DebugPoint

class unreal.RigUnit_DebugPoint(vector: Vector = Ellipsis, mode: RigUnitDebugPointMode = Ellipsis, color: LinearColor = Ellipsis, scale: float = 0.0, thickness: float = 0.0, space: Name = 'None', world_offset: Transform = Ellipsis, enabled: bool = False)

Bases: RigUnit_DebugBase

Rig Unit Debug Point

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_DebugPoint.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color (LinearColor): [Read-Write] Color

  • enabled (bool): [Read-Only] Enabled

  • mode (RigUnitDebugPointMode): [Read-Write] Mode

  • scale (float): [Read-Write] Scale

  • space (Name): [Read-Write] Space

  • thickness (float): [Read-Write] Thickness

  • vector (Vector): [Read-Write] Vector

  • world_offset (Transform): [Read-Write] World Offset

property color: LinearColor

[Read-Write] Color

Type:

(LinearColor)

property enabled: bool

[Read-Only] Enabled

Type:

(bool)

property mode: RigUnitDebugPointMode

[Read-Write] Mode

Type:

(RigUnitDebugPointMode)

property scale: float

[Read-Write] Scale

Type:

(float)

property space: Name

[Read-Write] Space

Type:

(Name)

property thickness: float

[Read-Write] Thickness

Type:

(float)

property vector: Vector

[Read-Write] Vector

Type:

(Vector)

property world_offset: Transform

[Read-Write] World Offset

Type:

(Transform)