AnimancerGUI.

GetNarrowText(string) Method

Summary

Returns the `text` without any spaces if UnityEditor.EditorGUIUtility.wideMode is false. Otherwise simply returns the `text` without any changes.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGUI

Syntax

public static string GetNarrowText(string text)

Parameters

Name Type Description
text string

Return Value

Type Description
string