Creates WorldOptions Object. Contains user specified world settings for the scenario.
More...
|
| WorldOptions () |
| Creates a new WorldOptions object with default values.
|
|
| WorldOptions (string dateTime, float fogVisualRange, float sunIntensity, double sunAzimuth, double sunElevation, CloudState cloudState, PrecipitationType precipitationType, float precipitationIntensity, double frictionScaleFactor) |
| Creates a new WorldOptions object with user-specified settings.
|
|
object | Clone () |
| Creates a deep copy of the WorldOptions object.
|
|
|
float | SunIntensity [get, set] |
|
CloudState | CloudState [get, set] |
|
PrecipitationType | PrecipitationType [get, set] |
|
float | PrecipitationIntensity [get, set] |
|
string | Date_Time [get, set] |
|
double | SunAzimuth [get, set] |
|
double | SunElevation [get, set] |
|
double | FogVisualRange [get, set] |
|
double | FrictionScaleFactor [get, set] |
|
Creates WorldOptions Object. Contains user specified world settings for the scenario.
◆ WorldOptions() [1/2]
Entity.WorldOptions.WorldOptions |
( |
| ) |
|
|
inline |
Creates a new WorldOptions object with default values.
◆ WorldOptions() [2/2]
Entity.WorldOptions.WorldOptions |
( |
string |
dateTime, |
|
|
float |
fogVisualRange, |
|
|
float |
sunIntensity, |
|
|
double |
sunAzimuth, |
|
|
double |
sunElevation, |
|
|
CloudState |
cloudState, |
|
|
PrecipitationType |
precipitationType, |
|
|
float |
precipitationIntensity, |
|
|
double |
frictionScaleFactor |
|
) |
| |
|
inline |
Creates a new WorldOptions object with user-specified settings.
- Parameters
-
dateTime | The date and time of the scenario. |
fogVisualRange | The visual range of the fog. |
sunIntensity | The intensity of the sun. |
sunAzimuth | The azimuth of the sun. |
sunElevation | The elevation of the sun. |
cloudState | The state of the clouds. |
precipitationType | The type of precipitation. |
precipitationIntensity | The intensity of the precipitation. |
frictionScaleFactor | The scale factor for friction. |
◆ Clone()
object Entity.WorldOptions.Clone |
( |
| ) |
|
|
inline |
Creates a deep copy of the WorldOptions object.
- Returns
- A deep copy of the WorldOptions object.
The documentation for this class was generated from the following file:
- C:/Users/stefa/source/repos/AI_Testing_Simulator/Unity/Assets/Entities/WorldOptions.cs