docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum PushFields

    The fields that will be populated during PushStringTableCollection(int, StringTableCollection, IList<SheetColumn>, ITaskReporter). This is used to configure the send operation to send the data in the most efficient manner. This means that if you only wish to populate the value field of a sheet then using Value will send only the data for that field, even if the note values have been set.

    Namespace: UnityEditor.Localization.Plugins.Google.Columns
    Assembly: Unity.Localization.Editor.dll
    Syntax
    [Flags]
    public enum PushFields

    Fields

    Name Description
    Note

    The notes field of the cell.

    Value

    The value field of the cell.

    ValueAndNote

    Both the value and notes fields.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)