docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphSharingUtility

    Inheritance
    Object
    GraphSharingUtility
    Namespace: Ludiq.Bolt
    Syntax
    public static class GraphSharingUtility

    Methods

    SaveTemporaryImage(Texture2D)

    Declaration
    public static string SaveTemporaryImage(Texture2D screenshot)
    Parameters
    Type Name Description
    Texture2D screenshot
    Returns
    Type Description
    String

    Screenshot(IGraphContext, IEnumerable<IGraphElement>)

    Declaration
    public static Texture2D Screenshot(IGraphContext context, IEnumerable<IGraphElement> elements)
    Parameters
    Type Name Description
    IGraphContext context
    IEnumerable<IGraphElement> elements
    Returns
    Type Description
    Texture2D

    Share(IGraphContext)

    Declaration
    public static void Share(IGraphContext context)
    Parameters
    Type Name Description
    IGraphContext context

    UploadGist(Dictionary<String, String>, out Dictionary<String, String>, String)

    Declaration
    public static string UploadGist(Dictionary<string, string> files, out Dictionary<string, string> rawUrls, string description = null)
    Parameters
    Type Name Description
    Dictionary<String, String> files
    Dictionary<String, String> rawUrls
    String description
    Returns
    Type Description
    String

    UploadToImgur(Byte[], String, String)

    Declaration
    public static string UploadToImgur(byte[] image, string title = null, string description = null)
    Parameters
    Type Name Description
    Byte[] image
    String title
    String description
    Returns
    Type Description
    String
    Back to top
    Terms of use
    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