![]() | LocaliseText Methods |
The LocaliseText type exposes the following members.
Name | Description | |
---|---|---|
![]() | Awake |
Unity component method
|
![]() | CheckTextComponent |
Checking the text Component is attached, Override to check for a custom text component
|
![]() | LocaliseNow |
Immediately attempt to localise the component
|
![]() | OnDestroy |
Unity component method
|
![]() | OnEnable |
Unity component method
|
![]() | SetText |
Override if you want to add support for other text components
|
![]() | SetTextName |
Set a new text name for this component to use. The component will immediately be localised after calling this.
|
![]() | Start |
Unity component method
|
Name | Description | |
---|---|---|
![]() | GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) |
![]() | WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |