Class HeaderAttribute
- Namespace
- KeenEyes
- Assembly
- KeenEyes.Abstractions.dll
Displays a header above the field in the editor inspector.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
[ExcludeFromCodeCoverage]
public sealed class HeaderAttribute : Attribute
- Inheritance
-
HeaderAttribute
- Inherited Members
Constructors
HeaderAttribute(string)
Displays a header above the field in the editor inspector.
public HeaderAttribute(string text)
Parameters
textstringThe header text.
Properties
Text
Gets the header text.
public string Text { get; }