IComment Interface

Summary

A common interface for objects which display a comment in the Inspector.
IComment

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.