VehicleWheel.GDNativeClassBinding

Undocumented in source.
struct VehicleWheel
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

getBrake
GodotMethod!(double) getBrake;
Undocumented in source.
getDampingCompression
GodotMethod!(double) getDampingCompression;
Undocumented in source.
getDampingRelaxation
GodotMethod!(double) getDampingRelaxation;
Undocumented in source.
getEngineForce
GodotMethod!(double) getEngineForce;
Undocumented in source.
getFrictionSlip
GodotMethod!(double) getFrictionSlip;
Undocumented in source.
getRadius
GodotMethod!(double) getRadius;
Undocumented in source.
getRollInfluence
GodotMethod!(double) getRollInfluence;
Undocumented in source.
getRpm
GodotMethod!(double) getRpm;
Undocumented in source.
getSkidinfo
GodotMethod!(double) getSkidinfo;
Undocumented in source.
getSteering
GodotMethod!(double) getSteering;
Undocumented in source.
getSuspensionMaxForce
GodotMethod!(double) getSuspensionMaxForce;
Undocumented in source.
getSuspensionRestLength
GodotMethod!(double) getSuspensionRestLength;
Undocumented in source.
getSuspensionStiffness
GodotMethod!(double) getSuspensionStiffness;
Undocumented in source.
getSuspensionTravel
GodotMethod!(double) getSuspensionTravel;
Undocumented in source.
isInContact
GodotMethod!(bool) isInContact;
Undocumented in source.
isUsedAsSteering
GodotMethod!(bool) isUsedAsSteering;
Undocumented in source.
isUsedAsTraction
GodotMethod!(bool) isUsedAsTraction;
Undocumented in source.
setBrake
GodotMethod!(void, double) setBrake;
Undocumented in source.
setDampingCompression
GodotMethod!(void, double) setDampingCompression;
Undocumented in source.
setDampingRelaxation
GodotMethod!(void, double) setDampingRelaxation;
Undocumented in source.
setEngineForce
GodotMethod!(void, double) setEngineForce;
Undocumented in source.
setFrictionSlip
GodotMethod!(void, double) setFrictionSlip;
Undocumented in source.
setRadius
GodotMethod!(void, double) setRadius;
Undocumented in source.
setRollInfluence
GodotMethod!(void, double) setRollInfluence;
Undocumented in source.
setSteering
GodotMethod!(void, double) setSteering;
Undocumented in source.
setSuspensionMaxForce
GodotMethod!(void, double) setSuspensionMaxForce;
Undocumented in source.
setSuspensionRestLength
GodotMethod!(void, double) setSuspensionRestLength;
Undocumented in source.
setSuspensionStiffness
GodotMethod!(void, double) setSuspensionStiffness;
Undocumented in source.
setSuspensionTravel
GodotMethod!(void, double) setSuspensionTravel;
Undocumented in source.
setUseAsSteering
GodotMethod!(void, bool) setUseAsSteering;
Undocumented in source.
setUseAsTraction
GodotMethod!(void, bool) setUseAsTraction;
Undocumented in source.

Meta