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
    None

    No override will be applied.


    0
    Table

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


    1
    Entry

    The same table will be used but a different entry.


    2
    TableAndEntry

    An entry from a different table will be used.


    3
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023