unreal.RigUnit_AimBone_DebugSettings

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

Bases: StructBase

Rig Unit Aim Bone Debug Settings

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_AimBone.h

Editor Properties: (see get_editor_property/set_editor_property)

  • 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 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)