docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GraphClipboard

    Inheritance
    object
    GraphClipboard
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.Editor.dll
    Syntax
    public static class GraphClipboard

    Properties

    canCopySelection

    Declaration
    public static bool canCopySelection { get; }
    Property Value
    Type Description
    bool

    canDuplicateSelection

    Declaration
    public static bool canDuplicateSelection { get; }
    Property Value
    Type Description
    bool

    canPaste

    Declaration
    public static bool canPaste { get; }
    Property Value
    Type Description
    bool

    canPasteOutside

    Declaration
    public static bool canPasteOutside { get; }
    Property Value
    Type Description
    bool

    groupClipboard

    Declaration
    public static Clipboard groupClipboard { get; }
    Property Value
    Type Description
    Clipboard

    singleClipboard

    Declaration
    public static Clipboard singleClipboard { get; }
    Property Value
    Type Description
    Clipboard

    Methods

    CanPasteInside(IGraphElement)

    Declaration
    public static bool CanPasteInside(IGraphElement element)
    Parameters
    Type Name Description
    IGraphElement element
    Returns
    Type Description
    bool

    CopyElement(IGraphElement)

    Declaration
    public static void CopyElement(IGraphElement element)
    Parameters
    Type Name Description
    IGraphElement element

    CopySelection()

    Declaration
    public static void CopySelection()

    CutSelection()

    Declaration
    public static void CutSelection()

    DuplicateSelection()

    Declaration
    public static void DuplicateSelection()

    Paste(Vector2?)

    Declaration
    public static void Paste(Vector2? position = null)
    Parameters
    Type Name Description
    Vector2? position

    PasteInside(IGraphElement)

    Declaration
    public static void PasteInside(IGraphElement element)
    Parameters
    Type Name Description
    IGraphElement element

    PasteOutside(bool, Vector2?)

    Declaration
    public static void PasteOutside(bool reposition, Vector2? position = null)
    Parameters
    Type Name Description
    bool reposition
    Vector2? position
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)