unreal.RigUnit_HierarchyGetDynamicsConeLimitAngle

class unreal.RigUnit_HierarchyGetDynamicsConeLimitAngle(dynamics_cone_limit_component_key: RigComponentKey = Ellipsis, angle: float = 0.0)

Bases: RigUnit_DynamicsBase

Gets the angle of a Dynamics cone limit

C++ Source:

  • Plugin: ControlRigDynamics

  • Module: ControlRigDynamics

  • File: RigDynamicsConeLimitExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • angle (float): [Read-Write] The (full) cone angle in degrees

  • dynamics_cone_limit_component_key (RigComponentKey): [Read-Write] The Dynamics Cone Limit to query

property angle: float

[Read-Only] The (full) cone angle in degrees

Type:

(float)

property dynamics_cone_limit_component_key: RigComponentKey

[Read-Write] The Dynamics Cone Limit to query

Type:

(RigComponentKey)