Class LabelingTransformDataMetadataTag
This tag allows to add transform information to the report
Inheritance
LabelingTransformDataMetadataTag
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 LabelingTransformDataMetadataTag : LabeledMetadataTag
Fields
forwardVector
Field to be set in Unity Editor. Once enabled - transform's Forward Vector will be included to the report
Declaration
public bool forwardVector
Field Value
Type | Description |
---|---|
bool |
parentName
Field to be set in Unity Editor. Once enabled - transform's parent name will be included to the report
Declaration
public bool parentName
Field Value
Type | Description |
---|---|
bool |
position
Field to be set in Unity Editor. Once enabled - transform's position will be included to the report
Declaration
public bool position
Field Value
Type | Description |
---|---|
bool |
rotationEuler
Field to be set in Unity Editor. Once enabled - transform's rotation will be included to the report
Declaration
public bool rotationEuler
Field Value
Type | Description |
---|---|
bool |
rotationQuaternion
Field to be set in Unity Editor. Once enabled - transform's rotation will be included to the report
Declaration
public bool rotationQuaternion
Field Value
Type | Description |
---|---|
bool |
scale
Field to be set in Unity Editor. Once enabled - transform's scale will be included to the report
Declaration
public bool scale
Field Value
Type | Description |
---|---|
bool |
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 |