Manual     Reference     Scripting  
  
Scripting > Enumerations > ForceMode   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • ForceMode
  • All Members
  • Values
  • Acceleration
  • Force
  • Impulse
  • VelocityChange

ForceMode.Force  

ForceMode.Force

Description

Add a newton-like force to the rigidbody, using its mass.

This mode depends on the mass of rigidbody. Therefore more force must be applied to push or twist higher-mass objects the same amount as lower-mass objects. This mode is more like an acceleration than a velocity. In this mode, the unit of the force parameter is applied to the rigidbody as mass*distance/time^2.