Show / Hide Table of Contents

Struct VehicleTransmissionData

Vehicle Transmission Data

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.PhysXVehicles
Assembly: UE4DotNet.dll
Syntax
public struct VehicleTransmissionData

Fields

| Improve this Doc View Source

bUseGearAutoBox

Declaration
public bool bUseGearAutoBox
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ClutchStrength

Declaration
public float ClutchStrength
Field Value
Type Description
System.Single
| Improve this Doc View Source

FinalRatio

Declaration
public float FinalRatio
Field Value
Type Description
System.Single
| Improve this Doc View Source

GearAutoBoxLatency

Declaration
public float GearAutoBoxLatency
Field Value
Type Description
System.Single
| Improve this Doc View Source

GearSwitchTime

Declaration
public float GearSwitchTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

NeutralGearUpRatio

Declaration
public float NeutralGearUpRatio
Field Value
Type Description
System.Single
| Improve this Doc View Source

ReverseGearRatio

Declaration
public float ReverseGearRatio
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX