PyGKPedestrians.GKPedestrianType

class GKPedestrianType

Pedestrian type.

Inheritance diagram of PyGKPedestrians.GKPedestrianType

Synopsis

Methods

Static functions

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

PyGKPedestrians.GKPedestrianType.entityProfiles
PyGKPedestrians.GKPedestrianType.speedProfiles
__init__()
static addEntityProfile(profileName)
Parameters:

profileName – str

static addSpeedProfile(profileName)
Parameters:

profileName – str

static clearEntityProfiles()
static clearSpeedProfiles()
getEntityProfile()
Return type:

str

getSpeedProfile()
Return type:

str

setEntityProfile(profile)
Parameters:

profile – str

setRadius(mean, dev, min, max)
Parameters:
  • mean – float

  • dev – float

  • min – float

  • max – float

setSpeedProfile(profile)
Parameters:

profile – str