unreal.RigUnit_HierarchySetDynamicsConfinerPlane¶
- class unreal.RigUnit_HierarchySetDynamicsConfinerPlane(execute_pin: RigVMExecutePin = [], dynamics_confiner_component_key: RigComponentKey = Ellipsis, plane: RigDynamicsShapePlane = Ellipsis)¶
Bases:
RigUnit_DynamicsBaseMutableSets the properties of a named plane shape on a Dynamics confiner. Name is used to find the shape.
C++ Source:
Plugin: ControlRigDynamics
Module: ControlRigDynamics
File: RigDynamicsConfinerExecution.h
Editor Properties: (see get_editor_property/set_editor_property)
dynamics_confiner_component_key(RigComponentKey): [Read-Write] The Dynamics Confiner to be updatedexecute_pin(RigVMExecutePin): [Read-Write] This property is used to chain multiple mutable units togetherplane(RigDynamicsShapePlane): [Read-Write] The plane shape data (Name is used to find the shape to update)
- property dynamics_confiner_component_key: RigComponentKey¶
[Read-Write] The Dynamics Confiner to be updated
- Type:
- property plane: RigDynamicsShapePlane¶
[Read-Write] The plane shape data (Name is used to find the shape to update)
- Type: