AI Testing Simulator
Loading...
Searching...
No Matches
Entity.EntityModel Class Reference

Creates EntityModel object which contains informations about Model from Carla Blueprints. More...

Inheritance diagram for Entity.EntityModel:

Public Member Functions

 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).
 

Properties

int Id [get, set]
 
string CarlaName [get, set]
 
string DisplayName [get, set]
 

Detailed Description

Creates EntityModel object which contains informations about Model from Carla Blueprints.

Constructor & Destructor Documentation

◆ EntityModel() [1/2]

Entity.EntityModel.EntityModel ( string  modelName)
inline

Creates an EntityModel object with the given model name.

Parameters
modelNameThe 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
displayNameThe display of the model.
carlaNameThe Carla name of the model.

Member Function Documentation

◆ 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: