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

    Class PlistElement

    Inheritance
    Object
    PlistElement
    PlistElementArray
    PlistElementBoolean
    PlistElementDate
    PlistElementDict
    PlistElementInteger
    PlistElementReal
    PlistElementString
    Namespace: UnityEditor.iOS.Xcode.Custom
    Syntax
    public class PlistElement

    Constructors

    PlistElement()

    Declaration
    protected PlistElement()

    Properties

    Item[String]

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

    Methods

    AsArray()

    Declaration
    public PlistElementArray AsArray()
    Returns
    Type Description
    PlistElementArray

    AsBoolean()

    Declaration
    public bool AsBoolean()
    Returns
    Type Description
    Boolean

    AsDate()

    Declaration
    public DateTime AsDate()
    Returns
    Type Description
    DateTime

    AsDict()

    Declaration
    public PlistElementDict AsDict()
    Returns
    Type Description
    PlistElementDict

    AsInteger()

    Declaration
    public int AsInteger()
    Returns
    Type Description
    Int32

    AsReal()

    Declaration
    public float AsReal()
    Returns
    Type Description
    Single

    AsString()

    Declaration
    public string AsString()
    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