Class HighlightAttribute
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Marks a field to be highlighted with a background color in the inspector.
public class HighlightAttribute : PropertyAttribute
- Inheritance
-
HighlightAttribute
- Inherited Members
- Extension Methods
Constructors
- HighlightAttribute()
Initializes a new instance of the HighlightAttribute class, which uses the default color.
- HighlightAttribute(string)
Initializes a new instance of the HighlightAttribute class, which uses the specified color.
Fields
- color
The highlight color used to draw the field's background in the inspector.