docs.unity.cn
    Show / Hide Table of Contents

    Class BoltGUI

    Inheritance
    Object
    BoltGUI
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.VisualScripting
    Syntax
    public static class BoltGUI

    Methods

    GetVariableFieldHeight(GUIContent, String, ActionDirection)

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

    VariableField(Rect, GUIContent, String, ActionDirection)

    Declaration
    public static string VariableField(Rect position, GUIContent label, string value, ActionDirection direction)
    Parameters
    Type Name Description
    Rect position
    GUIContent label
    String value
    ActionDirection direction
    Returns
    Type Description
    String
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 24, 2023