docs.unity.cn
    Show / Hide Table of Contents

    Class BoltFlowNameUtility

    Inheritance
    Object
    BoltFlowNameUtility
    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 BoltFlowNameUtility

    Methods

    UnitPreviousTitle(Type)

    Declaration
    public static string UnitPreviousTitle(Type unitType)
    Parameters
    Type Name Description
    Type unitType
    Returns
    Type Description
    String

    UnitTitle(Type, Boolean)

    Declaration
    [Obsolete("This method is obsolete. Please use the new UnitTitle(unitType, short, includeStatus) instead.")]
    public static string UnitTitle(Type unitType, bool short)
    Parameters
    Type Name Description
    Type unitType
    Boolean short
    Returns
    Type Description
    String

    UnitTitle(Type, Boolean, Boolean)

    Declaration
    public static string UnitTitle(Type unitType, bool short, bool includeStatus)
    Parameters
    Type Name Description
    Type unitType
    Boolean short
    Boolean includeStatus
    Returns
    Type Description
    String
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, August 4, 2023