Class EditorGraphPingUtility | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class EditorGraphPingUtility

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

    Methods

    ParseTag(String, out GraphReference, out IGraphElement, Boolean)

    Declaration
    public static void ParseTag(string s, out GraphReference graphReference, out IGraphElement element, bool ensureValid = true)
    Parameters
    Type Name Description
    String s
    GraphReference graphReference
    IGraphElement element
    Boolean ensureValid

    Ping(GraphReference, IGraphElement, Boolean)

    Declaration
    public static void Ping(GraphReference graphReference, IGraphElement element, bool select = false)
    Parameters
    Type Name Description
    GraphReference graphReference
    IGraphElement element
    Boolean select

    Ping(String, Boolean)

    Declaration
    public static void Ping(string tag, bool select = false)
    Parameters
    Type Name Description
    String tag
    Boolean select
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX