using Unity.Entities;
namespace UnityEngine.Perception.Sensors
{
public struct GroundTruthInfo : IComponentData
public uint instanceId;
}