Update Python API reference
This commit is contained in:
parent
1b8fe4c583
commit
4d1230e976
|
@ -377,6 +377,15 @@ Static presets
|
|||
- `carla.WeatherParameters.HardRainSunset`
|
||||
- `carla.WeatherParameters.SoftRainSunset`
|
||||
|
||||
## `carla.Vector2D`
|
||||
|
||||
- `x`
|
||||
- `y`
|
||||
- `__add__(other)`
|
||||
- `__sub__(other)`
|
||||
- `__eq__(other)`
|
||||
- `__ne__(other)`
|
||||
|
||||
## `carla.Vector3D`
|
||||
|
||||
- `x`
|
||||
|
@ -398,6 +407,14 @@ Static presets
|
|||
- `__eq__(other)`
|
||||
- `__ne__(other)`
|
||||
|
||||
## `carla.GeoLocation`
|
||||
|
||||
- `latitude`
|
||||
- `longitude`
|
||||
- `altitude`
|
||||
- `__eq__(other)`
|
||||
- `__ne__(other)`
|
||||
|
||||
## `carla.Rotation`
|
||||
|
||||
- `pitch`
|
||||
|
|
Loading…
Reference in New Issue