docs.unity.cn
    Show / Hide Table of Contents

    Method Convert

    Convert(Type, String)

    Converts raw text into requested object type via JSONUtility.FromJson.

    Declaration
    public override object Convert(Type type, string text)
    Parameters
    Type Name Description
    Type type

    The object type the text is converted to.

    String text

    The text to convert.

    Returns
    Type Description
    Object

    Returns the converted object.

    Overrides
    TextDataProvider.Convert(Type, String)
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use