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.Attributes
Syntax
[AttributeUsage(AttributeTargets.Class)]
[MovedFrom("Unity.MARS")]
public class ExcludeInMARSEditor : Attribute, _Attribute