Click or drag to resize

VehicleWheelGetSkidinfo Method

Returns a value between 0.0 and 1.0 that indicates whether this wheel is skidding. 0.0 is skidding (the wheel has lost grip, e.g. icy terrain), 1.0 means not skidding (the wheel has full grip, e.g. dry asphalt road).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetSkidinfo()

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.VehicleWheel.GetSkidinfo"]

See Also