Search Results for

    Show / Hide Table of Contents

    Struct LocalizationOptions<T>

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    public struct LocalizationOptions<T> where T : Object
    Type Parameters
    Name Description
    T

    Fields

    | Edit this page View Source

    Fallback

    Declaration
    public T Fallback
    Field Value
    Type Description
    T
    | Edit this page View Source

    LogWarnings

    Declaration
    public bool LogWarnings
    Field Value
    Type Description
    bool
    | Edit this page View Source

    Placeholder

    Declaration
    public T Placeholder
    Field Value
    Type Description
    T

    Properties

    | Edit this page View Source

    Default

    Declaration
    public static LocalizationOptions<T> Default { get; }
    Property Value
    Type Description
    LocalizationOptions<T>

    Extension Methods

    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.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation