Click or drag to resize

LocaliseText Methods

The LocaliseText type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Unity component method
Protected methodCheckTextComponent
Checking the text Component is attached, Override to check for a custom text component
Public methodLocaliseNow
Immediately attempt to localise the component
Protected methodOnDestroy
Unity component method
Protected methodOnEnable
Unity component method
Protected methodSetText
Override if you want to add support for other text components
Public methodSetTextName
Set a new text name for this component to use. The component will immediately be localised after calling this.
Protected methodStart
Unity component method
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also