Version: 2020.3
言語: 日本語

RigidbodyType2D

enumeration

マニュアルに切り替える

説明

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.

変数

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