unreal.RigUnit_DebugBezierItemSpace

class unreal.RigUnit_DebugBezierItemSpace(execute_context: RigVMExecuteContext = [], bezier: RigVMFourPointBezier = [], minimum_u: float = 0.0, maximum_u: float = 0.0, color: LinearColor = Ellipsis, thickness: float = 0.0, detail: int = 0, space: RigElementKey = Ellipsis, world_offset: Transform = Ellipsis, enabled: bool = False)

Bases: RigVMFunction_DebugBaseMutable

Rig Unit Debug Bezier Item Space

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_DebugBezier.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bezier (RigVMFourPointBezier): [Read-Write]

  • color (LinearColor): [Read-Write]

  • detail (int32): [Read-Write]

  • enabled (bool): [Read-Only]

  • execute_context (RigVMExecuteContext): [Read-Write] * This property is used to chain multiple mutable nodes together

  • maximum_u (float): [Read-Write]

  • minimum_u (float): [Read-Write]

  • space (RigElementKey): [Read-Write]

  • thickness (float): [Read-Write]

  • world_offset (Transform): [Read-Write]

property bezier: RigVMFourPointBezier

[Read-Write]

Type:

(RigVMFourPointBezier)

property color: LinearColor

[Read-Write]

Type:

(LinearColor)

property detail: int

[Read-Write]

Type:

(int32)

property enabled: bool

[Read-Only]

Type:

(bool)

property maximum_u: float

[Read-Write]

Type:

(float)

property minimum_u: float

[Read-Write]

Type:

(float)

property space: RigElementKey

[Read-Write]

Type:

(RigElementKey)

property thickness: float

[Read-Write]

Type:

(float)

property world_offset: Transform

[Read-Write]

Type:

(Transform)