Summary
A common interface for objects which display a comment in the Inspector.
- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Implementing Types
graph BT
Type["IComment"]
class Type type-node
Implementing0["CommentAsset"]-.->Type
click Implementing0 "/inspector-gadgets/api/InspectorGadgets/CommentAsset"
Implementing1["CommentComponent"]-.->Type
click Implementing1 "/inspector-gadgets/api/InspectorGadgets/CommentComponent"
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. |