Class CommentAttribute
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Used to mark a field to add a comment above the field in the inspector.
[AttributeUsage(AttributeTargets.Field)]
[Version(2, 3, 0)]
public class CommentAttribute : PropertyAttribute
- Inheritance
-
CommentAttribute
- Inherited Members
- Extension Methods
Constructors
- CommentAttribute(string, string)
Initializes a new instance of the CommentAttribute class.