Show / Hide Table of Contents

Class CommentBlock

Group the selected node when created

Inheritance
System.Object
CommentBlock
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
[Serializable]
public class CommentBlock

Constructors

| Improve this Doc View Source

CommentBlock(String, Vector2)

Declaration
public CommentBlock(string title, Vector2 position)
Parameters
Type Name Description
System.String title
UnityEngine.Vector2 position

Fields

| Improve this Doc View Source

color

Declaration
public Color color
Field Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

innerNodeGUIDs

Declaration
public List<string> innerNodeGUIDs
Field Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

position

Declaration
public Rect position
Field Value
Type Description
UnityEngine.Rect
| Improve this Doc View Source

size

Declaration
public Vector2 size
Field Value
Type Description
UnityEngine.Vector2
| Improve this Doc View Source

title

Declaration
public string title
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

OnCreated()

Declaration
public virtual void OnCreated()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX