Enum MetadataType | Localization | 0.8.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Enum MetadataType

    Flags to indicate where the Metadata can be added.

    Namespace: UnityEngine.Localization.Metadata
    Syntax
    [Flags]
    public enum MetadataType

    Fields

    Name Description
    All

    Metadata can be added to anything.

    AllTableEntries

    Metadata can be added to any table entry.

    AllTables

    Metadata can be added to any table type.

    AssetTable

    Metadata can be added to a AssetTable.

    AssetTableEntry

    Metadata can be added to a AssetTable entry.

    Locale

    Metadata can be added to a Locale.

    SharedTableData

    Metadata can be added to a SharedTableData.

    StringTable

    Metadata can be added to a StringTable.

    StringTableEntry

    Metadata can be added to a StringTable entry.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, August 19, 2020