Enum HierarchyRelation
This relationship defines how bounding boxes are calculated for this Labeled object's direct parent (if any).
Namespace: UnityEngine.Perception.GroundTruth.LabelManagement
Assembly: Unity.Perception.Runtime.dll
Syntax
[MovedFrom("UnityEngine.Perception.GroundTruth")]
public enum HierarchyRelation
Fields
Name | Description |
---|---|
AddToParent | The parent's bounding boxes will be enlarged to include its child's bounding box too. |
Independent | The parent's bounding boxes will be calculated without taking its child's bounding box into consideration. |