docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDictionaryConvertible

    Contract for objects that can be:

    • converted to a JSON ready dictionary
    • filled by a JSON dictionary
    Namespace: UnityEngine.GameFoundation
    Assembly: solution.dll
    Syntax
    public interface IDictionaryConvertible

    Methods

    Name Description
    FillFromDictionary(Dictionary<string, object>)

    Reset this object and fill it with the given data.

    ToDictionary()

    Converts this object to a JSON ready dictionary.

    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)