Search Results for

    Show / Hide Table of Contents

    Interface ILocalizationSheet

    Inherited Members
    ILocalized.OnLocaleChanged(Locale)
    ITable.TableName
    ITable.Category
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    public interface ILocalizationSheet : ILocalized, ITable

    Methods

    | Edit this page View Source

    GetObjectReference(Locale, string)

    Declaration
    ObjectReference GetObjectReference(Locale locale, string key)
    Parameters
    Type Name Description
    Locale locale
    string key
    Returns
    Type Description
    ObjectReference
    | Edit this page View Source

    HasLocale(Locale)

    Declaration
    bool HasLocale(Locale locale)
    Parameters
    Type Name Description
    Locale locale
    Returns
    Type Description
    bool
    | Edit this page View Source

    LoadAsync(bool, CancellationToken)

    Declaration
    UniTask LoadAsync(bool loadAllObjectReferences, CancellationToken ct = default)
    Parameters
    Type Name Description
    bool loadAllObjectReferences
    CancellationToken ct
    Returns
    Type Description
    UniTask
    | Edit this page View Source

    LoadAsync(CancellationToken)

    Declaration
    UniTask LoadAsync(CancellationToken ct = default)
    Parameters
    Type Name Description
    CancellationToken ct
    Returns
    Type Description
    UniTask

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation