docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method PushMetadata

    PushMetadata(Comment, 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 override void PushMetadata(Comment metadata, out string value, out string note)
    Parameters
    Type Name Description
    Comment 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.

    Overrides
    KeyMetadataColumn<Comment>.PushMetadata(Comment, out string, out string)
    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)