docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphClipboard

    Inheritance
    Object
    GraphClipboard
    Namespace: Unity.VisualScripting
    Syntax
    public static class GraphClipboard

    Properties

    canCopySelection

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

    canDuplicateSelection

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

    canPaste

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

    canPasteOutside

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

    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
    Boolean

    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(Nullable<Vector2>)

    Declaration
    public static void Paste(Vector2? position = default(Vector2? ))
    Parameters
    Type Name Description
    Nullable<Vector2> position

    PasteInside(IGraphElement)

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

    PasteOutside(Boolean, Nullable<Vector2>)

    Declaration
    public static void PasteOutside(bool reposition, Vector2? position = default(Vector2? ))
    Parameters
    Type Name Description
    Boolean reposition
    Nullable<Vector2> position
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023