Physics Components
    Preparing search index...

    Class MotorSettingsInterface

    Index

    Properties

    maxForceLimit: number

    Maximum force to apply in case of a linear constraint. Not used when motor is an angular motor.

    +Infinity (N)
    
    maxTorqueLimit: number = Number.MAX_VALUE

    Maximum torque to apply in case of a angular constraint. Not used when motor is a position motor.

    -Infinity (N m)
    
    minForceLimit: number

    Minimum force to apply in case of a linear constraint. Not used when motor is an angular motor.

    -Infinity (N)
    
    minTorqueLimit: number = -Number.MAX_VALUE

    Minimum torque to apply in case of a angular constraint. Not used when motor is a position motor.

    -Infinity (N m)
    
    springSettings: null | SpringSettings

    Settings for the spring that is used to drive to the position target (not used when motor is a velocity motor).

    null