Class Localized<T>
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public sealed class Localized<T> : ILocalized, IReferenced
Type Parameters
Constructors
|
Edit this page
View Source
Localized(LocalizationId)
Declaration
public Localized(LocalizationId key)
Parameters
Properties
|
Edit this page
View Source
Id
Declaration
public LocalizationId Id { get; }
Property Value
|
Edit this page
View Source
Value
Declaration
Property Value
Methods
|
Edit this page
View Source
LoadAsync(CancellationToken)
Declaration
public UniTask LoadAsync(CancellationToken ct = default)
Parameters
Returns
|
Edit this page
View Source
OnLocaleChanged(Locale)
Declaration
public void OnLocaleChanged(Locale _)
Parameters
| Type |
Name |
Description |
| Locale |
_ |
|
Events
|
Edit this page
View Source
OnValueChanged
Declaration
public event Action<T> OnValueChanged
Event Type
Operators
|
Edit this page
View Source
implicit operator T(Localized<T>)
Declaration
public static implicit operator T(Localized<T> localized)
Parameters
Returns
Implements
Extension Methods