unreal.RigUnit_HierarchySetDynamicsParticleExtraDamping

class unreal.RigUnit_HierarchySetDynamicsParticleExtraDamping(execute_pin: RigVMExecutePin = [], dynamics_particle_component_key: RigComponentKey = Ellipsis, extra_damping: float = 0.0)

Bases: RigUnit_DynamicsBaseMutable

Sets the extra damping of a Dynamics particle

C++ Source:

  • Plugin: ControlRigDynamics

  • Module: ControlRigDynamics

  • File: RigDynamicsParticleExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dynamics_particle_component_key (RigComponentKey): [Read-Write] The Dynamics Particle to be updated

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

  • extra_damping (float): [Read-Write] Extra damping for the particle

property dynamics_particle_component_key: RigComponentKey

[Read-Write] The Dynamics Particle to be updated

Type:

(RigComponentKey)

property extra_damping: float

[Read-Write] Extra damping for the particle

Type:

(float)