Class GraphGroup
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
[SerializationVersion("A", new Type[] { })]
public sealed class GraphGroup : GraphElement<IGraph>, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Constructors
GraphGroup()
Declaration
public GraphGroup()
Fields
defaultColor
Declaration
[DoNotSerialize]
public static readonly Color defaultColor
Field Value
Type | Description |
---|---|
Color |
Properties
color
Declaration
[Serialize]
[Inspectable]
public Color color { get; set; }
Property Value
Type | Description |
---|---|
Color |
comment
Declaration
[Serialize]
public string comment { get; set; }
Property Value
Type | Description |
---|---|
string |
label
Declaration
[Serialize]
public string label { get; set; }
Property Value
Type | Description |
---|---|
string |
position
Declaration
[Serialize]
public Rect position { get; set; }
Property Value
Type | Description |
---|---|
Rect |