Creates EntityModel object which contains informations about Model from Carla Blueprints.
More...
|
| | EntityModel (string modelName) |
| | Creates an EntityModel object with the given model name.
|
| |
| | EntityModel (string displayName, string carlaName) |
| | Creates an EntityModel object with the given display name and Carla name.
|
| |
|
| EntityModel () |
| | Creates an empty EntityModel object.
|
| |
| object | Clone () |
| | Clones the EntityModel object (deepcopy).
|
| |
|
|
int | Id [get, set] |
| |
|
string | CarlaName [get, set] |
| |
|
string | DisplayName [get, set] |
| |
Creates EntityModel object which contains informations about Model from Carla Blueprints.
◆ EntityModel() [1/2]
| Entity.EntityModel.EntityModel |
( |
string |
modelName | ) |
|
|
inline |
Creates an EntityModel object with the given model name.
- Parameters
-
| modelName | The name of the model.</param |
◆ EntityModel() [2/2]
| Entity.EntityModel.EntityModel |
( |
string |
displayName, |
|
|
string |
carlaName |
|
) |
| |
|
inline |
Creates an EntityModel object with the given display name and Carla name.
- Parameters
-
| displayName | The display of the model. |
| carlaName | The Carla name of the model. |
◆ Clone()
| object Entity.EntityModel.Clone |
( |
| ) |
|
|
inline |
Clones the EntityModel object (deepcopy).
- Returns
- A cloned deepcopy of the EntityModel object.
The documentation for this class was generated from the following file:
- C:/Users/stefa/source/repos/AI_Testing_Simulator/Unity/Assets/Entities/EntityModel.cs