Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RigidbodyType2D

enumeration

Description

The physical behaviour type of the Rigidbody2D.

Controls the physical behaviour of a Rigidbody2D in how it should move, react to forces and interact with the rest of the physics simulation.

See Also: Rigidbody2D.bodyType.

Variables

DynamicSets the Rigidbody2D to have dynamic behaviour.
KinematicSets the Rigidbody2D to have kinematic behaviour.
StaticSets the Rigidbody2D to have static behaviour.

Did you find this page useful? Please give it a rating: