Class BoltFlowNameUtility
Inheritance
BoltFlowNameUtility
Assembly: Unity.VisualScripting.Flow.Editor.dll
Syntax
public static class BoltFlowNameUtility
Methods
UnitPreviousTitle(Type)
Declaration
public static string UnitPreviousTitle(Type unitType)
Parameters
Type |
Name |
Description |
Type |
unitType |
|
Returns
UnitTitle(Type, bool)
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 |
|
bool |
short |
|
Returns
UnitTitle(Type, bool, bool)
Declaration
public static string UnitTitle(Type unitType, bool @short, bool includeStatus)
Parameters
Type |
Name |
Description |
Type |
unitType |
|
bool |
short |
|
bool |
includeStatus |
|
Returns