unreal.RigUnit_HierarchySetDynamicsColliderPlaneExtents

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

Bases: RigUnit_DynamicsBaseMutable

Sets the extents of a named plane shape on a Dynamics collider

C++ Source:

  • Plugin: ControlRigDynamics

  • Module: ControlRigDynamics

  • File: RigDynamicsColliderExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dynamics_collider_component_key (RigComponentKey): [Read-Write] The Dynamics Collider to be updated

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

  • extents (Vector2D): [Read-Write] Extents of the plane

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

property dynamics_collider_component_key: RigComponentKey

[Read-Write] The Dynamics Collider to be updated

Type:

(RigComponentKey)

property extents: Vector2D

[Read-Write] Extents of the plane

Type:

(Vector2D)

property name: Name

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

Type:

(Name)