docs.unity3d.com

Localization 1.5.1

Search Results for

    Show / Hide Table of Contents

    Method PushMetadata

    PushMetadata(TMetadata, out string, out string)

    Called during PushStringTableCollection(int, StringTableCollection, IList<SheetColumn>, ITaskReporter) or PushStringTableCollectionAsync(int, StringTableCollection, IList<SheetColumn>, ITaskReporter). Used to extract values from IMetadata and convert them into a value and/or note that can be part of a Google Spreadsheet column cell.

    Declaration
    public abstract void PushMetadata(TMetadata metadata, out string value, out string note)
    Parameters
    Type Name Description
    TMetadata metadata

    The metadata to update.

    string value

    The value that should appear in the Google Spreadsheet column cell.

    string note

    The value that should appear in the Google Spreadsheet column as a note. Return null to not include a note.

    In This Article
    • PushMetadata(TMetadata, out string, out string)
    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)