rigidbody2D
The Rigidbody2D that is attached to the Component's GameObject.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public Component rigidbody2D { get; }
Remarks
This property will be null if no Rigidbody2D is attached.
Additional Resources: Component.rigidbody.