unreal.RigUnit_HierarchySetDynamicsConfinerPlaneExtents

class unreal.RigUnit_HierarchySetDynamicsConfinerPlaneExtents(execute_pin: RigVMExecutePin = [], dynamics_confiner_component_key: RigComponentKey = Ellipsis, name: Name = 'None', extents: Vector2D = Ellipsis)

Bases: RigUnit_DynamicsBaseMutable

Sets the extents of a named plane shape on a Dynamics confiner (visualization only)

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

  • extents (Vector2D): [Read-Write] Plane extents (used for visualization only; the confiner treats the plane as infinite)

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

property dynamics_confiner_component_key: RigComponentKey

[Read-Write] The Dynamics Confiner to be updated

Type:

(RigComponentKey)

property extents: Vector2D

[Read-Write] Plane extents (used for visualization only; the confiner treats the plane as infinite)

Type:

(Vector2D)

property name: Name

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

Type:

(Name)