class documentation

class Environment__RoadConditionValue(str, Enum):

View In Hierarchy

Possible values of Environment__RoadCondition.val

Constant DRY Dry road condition (with good friction)
Constant SLIPPERY Slippery road conditions not caused by wetness, e.g. ice or leaves
Constant WET Wet road condition (liquid water on the surface causing reduced friction)
DRY: str =

Dry road condition (with good friction)

Value
'dry'
SLIPPERY: str =

Slippery road conditions not caused by wetness, e.g. ice or leaves

Value
'slippery'
WET: str =

Wet road condition (liquid water on the surface causing reduced friction)

Value
'wet'