unreal.RigUnit_GetPhysicsSolverSpaceMotion

class unreal.RigUnit_GetPhysicsSolverSpaceMotion(physics_solver_component_key: RigComponentKey = Ellipsis, space_motion: RigPhysicsSimulationSpaceMotion = [])

Bases: RigUnit_PhysicsBase

Gets the solver’s simulation space motion settings.

C++ Source:

  • Plugin: ControlRigPhysics

  • Module: ControlRigPhysics

  • File: RigPhysicsSolverExecution.h

Editor Properties: (see get_editor_property/set_editor_property)

  • physics_solver_component_key (RigComponentKey): [Read-Write] The physics solver

  • space_motion (RigPhysicsSimulationSpaceMotion): [Read-Write] The current simulation space motion settings

property physics_solver_component_key: RigComponentKey

[Read-Write] The physics solver

Type:

(RigComponentKey)

property space_motion: RigPhysicsSimulationSpaceMotion

[Read-Only] The current simulation space motion settings

Type:

(RigPhysicsSimulationSpaceMotion)