Class KeyValuePanel
Key value pair panel UI object
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public class KeyValuePanel : MonoBehaviour
Fields
Name | Description |
---|---|
key | Key UI text element of the panel |
value | Value UI text element of the panel |
Methods
Name | Description |
---|---|
SetKey(string) | Sets the key of this key value pair |
SetValue(string) | Sets the value of this key value pair |