Enum FlipOverModule.FlipOverType
Defines how the vehicle is recovered from a flipped state.
Namespace: NWH.VehiclePhysics2.Modules.FlipOver
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum FlipOverModule.FlipOverType
Fields
| Name | Description |
|---|---|
| Gradual | Smoothly rotates the vehicle using physics over time. |
| Instant | Immediately teleports the vehicle to upright orientation. |