Group the selected node when created
Inheritance
System.Object
CommentBlock
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
[Serializable]
public class CommentBlock
Constructors
|
Improve this Doc
View Source
Declaration
public CommentBlock(string title, Vector2 position)
Parameters
Type |
Name |
Description |
System.String |
title |
|
UnityEngine.Vector2 |
position |
|
Fields
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
UnityEngine.Color |
|
|
Improve this Doc
View Source
Declaration
public List<string> innerNodeGUIDs
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
UnityEngine.Rect |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
UnityEngine.Vector2 |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public virtual void OnCreated()