Class PlistElementDict | Platforms iOS | 0.9.0-preview.9
docs.unity3d.com
    Show / Hide Table of Contents

    Class PlistElementDict

    Inheritance
    Object
    PlistElement
    PlistElementDict
    Inherited Members
    PlistElement.AsString()
    PlistElement.AsInteger()
    PlistElement.AsBoolean()
    PlistElement.AsArray()
    PlistElement.AsDict()
    PlistElement.AsReal()
    PlistElement.AsDate()
    Namespace: UnityEditor.iOS.Xcode.Custom
    Syntax
    public class PlistElementDict : PlistElement

    Constructors

    PlistElementDict()

    Declaration
    public PlistElementDict()

    Properties

    Item[String]

    Declaration
    public PlistElement this[string key] { get; set; }
    Parameters
    Type Name Description
    String key
    Property Value
    Type Description
    PlistElement

    values

    Declaration
    public IDictionary<string, PlistElement> values { get; }
    Property Value
    Type Description
    IDictionary<String, PlistElement>

    Methods

    CreateArray(String)

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

    CreateDict(String)

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

    SetBoolean(String, Boolean)

    Declaration
    public void SetBoolean(string key, bool val)
    Parameters
    Type Name Description
    String key
    Boolean val

    SetDate(String, DateTime)

    Declaration
    public void SetDate(string key, DateTime val)
    Parameters
    Type Name Description
    String key
    DateTime val

    SetInteger(String, Int32)

    Declaration
    public void SetInteger(string key, int val)
    Parameters
    Type Name Description
    String key
    Int32 val

    SetReal(String, Single)

    Declaration
    public void SetReal(string key, float val)
    Parameters
    Type Name Description
    String key
    Single val

    SetString(String, String)

    Declaration
    public void SetString(string key, string val)
    Parameters
    Type Name Description
    String key
    String val
    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