Struct PairedWheels
Represents a pair of wheels that share an axle
Inherited Members
Namespace: Unity.Vehicles
Assembly: com.unity.vehicles.dll
Syntax
[Serializable]
public struct PairedWheels
Fields
LeftWheel
The left wheel
Declaration
public GameObject LeftWheel
Field Value
Type | Description |
---|---|
GameObject |
RightWheel
The right wheel
Declaration
public GameObject RightWheel
Field Value
Type | Description |
---|---|
GameObject |