Class L10n
Assembly: UnityEditor.dll
Syntax
[ExcludeFromDocs]
public class L10n
Methods
|
Improve this Doc
View Source
Tr(String)
Declaration
public static string Tr(string str)
Parameters
Type |
Name |
Description |
String |
str |
|
Returns
|
Improve this Doc
View Source
Tr(String[])
Declaration
public static string[] Tr(string[] str_list)
Parameters
Type |
Name |
Description |
String[] |
str_list |
|
Returns
|
Improve this Doc
View Source
TrPath(String)
Declaration
public static string TrPath(string path)
Parameters
Type |
Name |
Description |
String |
path |
|
Returns
Extension Methods