unreal.RigUnit_SlideChainPerItem
¶
- class unreal.RigUnit_SlideChainPerItem(execute_context: ControlRigExecuteContext = [], items: RigElementKeyCollection = Ellipsis, slide_amount: float = 0.0, propagate_to_children: bool = False)¶
Bases:
RigUnit_HighlevelBaseMutable
Slides an existing chain along itself with control over extrapolation.
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigUnit_SlideChain.h
Editor Properties: (see get_editor_property/set_editor_property)
execute_context
(ControlRigExecuteContext): [Read-Write] * This property is used to chain multiple mutable units togetheritems
(RigElementKeyCollection): [Read-Write] The items to slidepropagate_to_children
(bool): [Read-Only] If set to true all of the global transforms of the children of this bone will be recalculated based on their local transforms. Note: This is computationally more expensive than turning it off.slide_amount
(float): [Read-Write] The amount of sliding. This unit is multiple of the chain length.
- property items: RigElementKeyCollection¶
[Read-Write] The items to slide
- Type: