Class FriendlyJObject | DOTS Runtime | 0.31.0-preview.24
docs.unity3d.com
    Show / Hide Table of Contents

    Class FriendlyJObject

    Inheritance
    Object
    FriendlyJObject
    Namespace: Global Namespace
    Syntax
    public class FriendlyJObject

    Properties

    Content

    Declaration
    public JObject Content { get; set; }
    Property Value
    Type Description
    JObject

    Methods

    GetBool(String, Boolean)

    Declaration
    public bool GetBool(string key, bool defval = false)
    Parameters
    Type Name Description
    String key
    Boolean defval
    Returns
    Type Description
    Boolean

    GetDictionary(String)

    Declaration
    public Dictionary<string, string> GetDictionary(string key)
    Parameters
    Type Name Description
    String key
    Returns
    Type Description
    Dictionary<String, String>

    GetInt(String, Int32)

    Declaration
    public int GetInt(string key, int defval = 0)
    Parameters
    Type Name Description
    String key
    Int32 defval
    Returns
    Type Description
    Int32

    GetInt(String, String, Int32)

    Declaration
    public int GetInt(string parent, string key, int defval = 0)
    Parameters
    Type Name Description
    String parent
    String key
    Int32 defval
    Returns
    Type Description
    Int32

    GetString(String)

    Declaration
    public string GetString(string key)
    Parameters
    Type Name Description
    String key
    Returns
    Type Description
    String

    GetString(String, String)

    Declaration
    public string GetString(string parent, string key)
    Parameters
    Type Name Description
    String parent
    String key
    Returns
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023