Interface ILabelEntry
Required interface for entries in a LabelConfig<T>. Exposes the string label which is the "key" for the entry.
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public interface ILabelEntry
Properties
| Name | Description |
|---|---|
| label | The label to use as the key for the entry. This label will be matched with the labels in the GameObject's Labeling component. |