unreal.RigUnit_HierarchySetDynamicsConfinerCapsuleRadius

class unreal.RigUnit_HierarchySetDynamicsConfinerCapsuleRadius(execute_pin: RigVMExecutePin = [], dynamics_confiner_component_key: RigComponentKey = Ellipsis, name: Name = 'None', radius: float = 0.0)

Bases: RigUnit_DynamicsBaseMutable

Sets the radius of a named capsule shape on a Dynamics confiner

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 updated

  • execute_pin (RigVMExecutePin): [Read-Write] This property is used to chain multiple mutable units together

  • name (Name): [Read-Write] The name of the capsule shape to update

  • radius (float): [Read-Write] Capsule radius

property dynamics_confiner_component_key: RigComponentKey

[Read-Write] The Dynamics Confiner to be updated

Type:

(RigComponentKey)

property name: Name

[Read-Write] The name of the capsule shape to update

Type:

(Name)

property radius: float

[Read-Write] Capsule radius

Type:

(float)