Class ExcludeInMARSEditor
Attribute marks a class that will not be included in the MARS Entity in the inspector and not included in the Add MARS Component menu
Namespace: Unity.MARS
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ExcludeInMARSEditor : Attribute, _Attribute