Class LabelingChildNameMetadataTag
This tag allows to add child GameObject name to the main Labeling Object report
Inheritance
LabelingChildNameMetadataTag
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.Perception.GroundTruth.MetadataReporter.Tags
Assembly: Unity.Perception.Runtime.dll
Syntax
[MovedFrom("UnityEngine.Perception.GroundTruth.ReportMetadata")]
public class LabelingChildNameMetadataTag : MetadataTag
Fields
labelingObject
Parent object to link with
Declaration
public Labeling labelingObject
Field Value
Type | Description |
---|---|
Labeling |
Properties
key
Object name in the JSON
Declaration
protected override string key { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetReportedValues(IMessageBuilder)
Report data should be added in this method
Declaration
protected override void GetReportedValues(IMessageBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IMessageBuilder | builder |