unreal.RigUnit_FitChainToCurve_DebugSettings¶
- class unreal.RigUnit_FitChainToCurve_DebugSettings(enabled: bool = False, scale: float = 0.0, curve_color: LinearColor = Ellipsis, segments_color: LinearColor = Ellipsis, world_offset: Transform = Ellipsis)¶
Bases:
StructBaseRig Unit Fit Chain to Curve Debug Settings
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigUnit_FitChainToCurve.h
Editor Properties: (see get_editor_property/set_editor_property)
curve_color(LinearColor): [Read-Write] The color to use for debug drawingenabled(bool): [Read-Write] If enabled debug information will be drawnscale(float): [Read-Write] The size of the debug drawing informationsegments_color(LinearColor): [Read-Write] The color to use for debug drawingworld_offset(Transform): [Read-Write] The offset at which to draw the debug information in the world
- property curve_color: LinearColor¶
[Read-Write] The color to use for debug drawing
- Type:
- property segments_color: LinearColor¶
[Read-Write] The color to use for debug drawing
- Type: