Vixen
02b45cc4
csharp
public sealed class CategoryAttribute

Groups a member under a named, collapsible section of the inspector. Members without a category stay in declaration order above the first categorised one.

No guide page documents this yet — the page shows what the code says about itself.

As a annotation

Valid on
Class, Struct, Property, Field

Fields and properties (2)

  • public string Name

    The section name. / nests: "Lighting/Shadows".

  • public bool Collapsed

    Whether the section starts collapsed.

Methods (1)

  • public CategoryAttribute(string name)

    Groups the annotated element under .

Used by (4)

  • AnnotatedVixen.Core.Tests
  • AnnotationTestsVixen.Core.Tests
  • HealthVixen.Core.Reflection.Tests
  • ReflectedTypesVixen.Editor.Scripts