Method UpdateEntry
UpdateEntry(CameraLabeler, string, string)
Updates (or creates) an entry with the passed in key value pair
Declaration
public void UpdateEntry(CameraLabeler labeler, string key, string value)
Parameters
Type | Name | Description |
---|---|---|
CameraLabeler | labeler | The labeler that requested the HUD entry |
string | key | The key of the HUD entry |
string | value | The value of the entry |