Table of Contents

Constructor CommentAttribute

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

CommentAttribute(string, string)

Initializes a new instance of the CommentAttribute class.

public CommentAttribute(string comment, string tooltip = "")

Parameters

comment string

The comment to display in the inspector.

tooltip string

An optional tooltip to display when the user hovers over the comment.