unreal.RigUnit_CollectionChain¶
- class unreal.RigUnit_CollectionChain(first_item: RigElementKey = Ellipsis, last_item: RigElementKey = Ellipsis, reverse: bool = False, collection: RigElementKeyCollection = Ellipsis)¶
Bases:
RigUnit_CollectionBaseCreates a collection based on a first and last item within a chain. Chains can refer to bone chains or chains within a control hierarchy.
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigUnit_Collection.h
Editor Properties: (see get_editor_property/set_editor_property)
collection(RigElementKeyCollection): [Read-Write]first_item(RigElementKey): [Read-Write]last_item(RigElementKey): [Read-Write]reverse(bool): [Read-Write]
- property collection: RigElementKeyCollection¶
[Read-Only]
- Type:
- property first_item: RigElementKey¶
[Read-Write]
- Type:
- property last_item: RigElementKey¶
[Read-Write]
- Type: