Show / Hide Table of Contents

Class L10n

Inheritance
Object
L10n
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
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
Type Description
String
| Improve this Doc View Source

Tr(String[])

Declaration
public static string[] Tr(string[] str_list)
Parameters
Type Name Description
String[] str_list
Returns
Type Description
String[]
| Improve this Doc View Source

TrPath(String)

Declaration
public static string TrPath(string path)
Parameters
Type Name Description
String path
Returns
Type Description
String

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX