unreal.RigUnit_HierarchyGetDynamicsColliderPlaneExtents¶
- class unreal.RigUnit_HierarchyGetDynamicsColliderPlaneExtents(dynamics_collider_component_key: RigComponentKey = Ellipsis, name: Name = 'None', extents: Vector2D = Ellipsis)¶
Bases:
RigUnit_DynamicsBaseGets 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 queryextents(Vector2D): [Read-Write] Extents of the plane. If no matching shape is found, the output is left at its default.name(Name): [Read-Write] The name of the plane shape to query
- property dynamics_collider_component_key: RigComponentKey¶
[Read-Write] The Dynamics Collider to query
- Type: