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

    Class BoltGUI

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

    Methods

    GetVariableFieldHeight(GUIContent, String, MemberAction)

    Declaration
    public static float GetVariableFieldHeight(GUIContent label, string value, MemberAction action)
    Parameters
    Type Name Description
    GUIContent label
    String value
    MemberAction action
    Returns
    Type Description
    Single

    GraphBreadcrumbs(GraphReference, Action<GraphReference>)

    Declaration
    public static void GraphBreadcrumbs(GraphReference reference, Action<GraphReference> onChange)
    Parameters
    Type Name Description
    GraphReference reference
    Action<GraphReference> onChange

    VariableField(Rect, GUIContent, String, MemberAction)

    Declaration
    public static string VariableField(Rect position, GUIContent label, string value, MemberAction action)
    Parameters
    Type Name Description
    Rect position
    GUIContent label
    String value
    MemberAction action
    Returns
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX