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

    Class PlistElementArray

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

    Constructors

    PlistElementArray()

    Declaration
    public PlistElementArray()

    Fields

    values

    Declaration
    public List<PlistElement> values
    Field Value
    Type Description
    List<PlistElement>

    Methods

    AddArray()

    Declaration
    public PlistElementArray AddArray()
    Returns
    Type Description
    PlistElementArray

    AddBoolean(Boolean)

    Declaration
    public void AddBoolean(bool val)
    Parameters
    Type Name Description
    Boolean val

    AddDate(DateTime)

    Declaration
    public void AddDate(DateTime val)
    Parameters
    Type Name Description
    DateTime val

    AddDict()

    Declaration
    public PlistElementDict AddDict()
    Returns
    Type Description
    PlistElementDict

    AddInteger(Int32)

    Declaration
    public void AddInteger(int val)
    Parameters
    Type Name Description
    Int32 val

    AddReal(Single)

    Declaration
    public void AddReal(float val)
    Parameters
    Type Name Description
    Single val

    AddString(String)

    Declaration
    public void AddString(string val)
    Parameters
    Type Name Description
    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