Enum BodyType
Type of a rigidbody
public enum BodyTypeFields
| Name | Description | 
|---|---|
| DynamicBody | The rigidbody is simulated like a real object | 
| KinematicBody | The rigidbody only gives impact to other bodies | 
| StaticBody | The rigidbody doesn't receive and react to any impact and forces |