Class HUDPanel
Heads up display panel used to publish a key value pair on the screen. Items added to this need to have their values updated every frame, or else, they will be determined to be stale and removed from the view and re-used for a new entry.
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public class HUDPanel : MonoBehaviour
Properties
Name | Description |
---|---|
entryCount | The number of labelers currently displaying real-time information on the visualization HUD |
Methods
Name | Description |
---|---|
RemoveEntries(CameraLabeler) | Removes all of the passed in entries from the HUD |
RemoveEntry(CameraLabeler, string) | Removes the key value pair from the HUD |
UpdateEntry(CameraLabeler, string, string) | Updates (or creates) an entry with the passed in key value pair |