Summary
Common interface for objects that are displayed by the
InspectorGadgets.Editor.CommentEditor
.
- Assembly
- InspectorGadgets
.dll - Namespace
- InspectorGadgets
- Implementing Types
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
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. |