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
Syntax
public interface ILabelEntry
Properties
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.
Declaration
string label { get; }
Property Value
Type | Description |
---|---|
String |