Show / Hide Table of Contents

Class CopyPasteHelper

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

Fields

| Improve this Doc View Source

copiedCommentBlocks

Declaration
public List<JsonElement> copiedCommentBlocks
Field Value
Type Description
System.Collections.Generic.List<JsonElement>
| Improve this Doc View Source

copiedNodes

Declaration
public List<JsonElement> copiedNodes
Field Value
Type Description
System.Collections.Generic.List<JsonElement>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX