IComment Interface

Summary

A common interface for objects which display a comment in the Inspector.
graph BT Type["IComment"] class Type type-node Implementing0["CommentComponent"]-.->Type click Implementing0 "/inspector-gadgets/api/InspectorGadgets/CommentComponent" Implementing1["CommentAsset"]-.->Type click Implementing1 "/inspector-gadgets/api/InspectorGadgets/CommentAsset"

Syntax

public interface IComment

Properties

Name Value Summary
IncludeInBuild bool
False if this script is set to UnityEngine.HideFlags.DontSaveInBuild.
Text string
The text of this comment.
TextFieldName string
[Editor-Only] The name of the serialized backing field of the InspectorGadgets.IComment.Text property.