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 : int

    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 © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, October 28, 2021