unreal.RigPhysicsSolverComponent

class unreal.RigPhysicsSolverComponent(solver_settings: RigPhysicsSolverSettings = Ellipsis, space_motion: RigPhysicsSimulationSpaceMotion = [], teleport_detection: RigPhysicsTeleportDetectionSettings = [])

Bases: RigBaseComponent

A solver coordinates the physical movement of bodies

C++ Source:

  • Plugin: ControlRigPhysics

  • Module: ControlRigPhysics

  • File: RigPhysicsSolverComponent.h

Editor Properties: (see get_editor_property/set_editor_property)

  • solver_settings (RigPhysicsSolverSettings): [Read-Write]

  • space_motion (RigPhysicsSimulationSpaceMotion): [Read-Write]

  • teleport_detection (RigPhysicsTeleportDetectionSettings): [Read-Write]

property solver_settings: RigPhysicsSolverSettings

[Read-Only]

Type:

(RigPhysicsSolverSettings)

property space_motion: RigPhysicsSimulationSpaceMotion

[Read-Only]

Type:

(RigPhysicsSimulationSpaceMotion)

property teleport_detection: RigPhysicsTeleportDetectionSettings

[Read-Only]

Type:

(RigPhysicsTeleportDetectionSettings)