unreal.RigUnit_HierarchyGetDynamicsParticleMass

class unreal.RigUnit_HierarchyGetDynamicsParticleMass(dynamics_particle_component_key: RigComponentKey = Ellipsis, mass: float = 0.0)

Bases: RigUnit_DynamicsBase

Gets the mass 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 query

  • mass (float): [Read-Write] The mass of the Dynamics Particle

property dynamics_particle_component_key: RigComponentKey

[Read-Write] The Dynamics Particle to query

Type:

(RigComponentKey)

property mass: float

[Read-Only] The mass of the Dynamics Particle

Type:

(float)