docs.unity.cn
    Show / Hide Table of Contents

    Enum EntryOverrideType

    Controls how the entry should be overridden when using IEntryOverride.

    Namespace: UnityEngine.Localization.Metadata
    Syntax
    public enum EntryOverrideType

    Fields

    Name Description Value
    Entry

    The same table will be used but a different entry.

    None

    No override will be applied.

    Table

    The same entry will be used but from a different table.

    TableAndEntry

    An entry from a different table will be used.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use