using Unity.Entities;
namespace UnityEngine.Perception.GroundTruth
{
///
/// Information regarding a Labeling instance. Generated by
///
public struct GroundTruthInfo : IComponentData
{
///
/// The instanceId assigned to the
///
public uint instanceId;
}
}