enum CommentColor : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

The CommentColor enumeration in the Editor.NodeEditor namespace defines a set of colors that can be used for comments within the node editor. This enum provides a simple way to categorize or highlight comments by color, enhancing the visual organization of nodes.

Members

Fields

Member NameSummary
WhiteRepresents the color white for comments.
RedRepresents the color red for comments.
GreenRepresents the color green for comments.
BlueRepresents the color blue for comments.
YellowRepresents the color yellow for comments.
PurpleRepresents the color purple for comments.
OrangeRepresents the color orange for comments.