namespace Unity.MLAgents { /// /// Grouping for use in AddComponentMenu (instead of nesting the menus). /// internal enum MenuGroup { Default = 0, Sensors = 50 } }