|
AI Testing Simulator
|
Represents an interface for a base entity view. More...
Public Member Functions | |||
| void | OnChangeCategory (AdversaryCategory cat) | ||
Called when the category of the entity changes. </summary
| |||
| void | OnChangeModel (EntityModel model) | ||
| Called when the model of the entity changes. | |||
| void | OnChangeID (string id) | ||
| Called when the ID of the entity changes. | |||
Public Member Functions inherited from IBaseView | |||
| void | OnChangePosition (float x, float y) | ||
| Called when the position of the corresponding object changes. | |||
| void | OnChangeRotation (float angle) | ||
| Called when the rotation of the corresponding object changes. | |||
| void | OnChangeColor (Color color) | ||
| Called when the color of the corresponding object changes. | |||
Represents an interface for a base entity view.
| void IBaseEntityView.OnChangeCategory | ( | AdversaryCategory | cat | ) |
Called when the category of the entity changes. </summary
| cat | The new category of the entity. |
Implemented in AdversaryViewController, EgoViewController, and VehicleViewController.
| void IBaseEntityView.OnChangeID | ( | string | id | ) |
Called when the ID of the entity changes.
| id | The new ID of the entity. |
Implemented in VehicleViewController.
| void IBaseEntityView.OnChangeModel | ( | EntityModel | model | ) |
Called when the model of the entity changes.
| model | The new model of the entity. |
Implemented in VehicleViewController.