Property rpmPowered
rpmPowered
Retrieves the average RPM of all the powered wheels.
Declaration
public float rpmPowered { get; }
Property Value
| Type | Description |
|---|---|
| float |
Remarks
RPM calculation method depends on differential type:
- Open: Uses minimum RPM (simulates power going to slipping wheel)
- Locked: Uses average RPM (both wheels forced to same speed)
- LimitedSlip: Uses weighted average (biased toward slower wheel)