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

    Class PlistDocument

    Inheritance
    Object
    PlistDocument
    Namespace: UnityEditor.iOS.Xcode.Custom
    Syntax
    public class PlistDocument

    Constructors

    PlistDocument()

    Declaration
    public PlistDocument()

    Fields

    root

    Declaration
    public PlistElementDict root
    Field Value
    Type Description
    PlistElementDict

    version

    Declaration
    public string version
    Field Value
    Type Description
    String

    Methods

    Create()

    Declaration
    public void Create()

    ReadFromFile(String)

    Declaration
    public void ReadFromFile(string path)
    Parameters
    Type Name Description
    String path

    ReadFromStream(TextReader)

    Declaration
    public void ReadFromStream(TextReader tr)
    Parameters
    Type Name Description
    TextReader tr

    ReadFromString(String)

    Declaration
    public void ReadFromString(string text)
    Parameters
    Type Name Description
    String text

    WriteToFile(String)

    Declaration
    public void WriteToFile(string path)
    Parameters
    Type Name Description
    String path

    WriteToStream(TextWriter)

    Declaration
    public void WriteToStream(TextWriter tw)
    Parameters
    Type Name Description
    TextWriter tw

    WriteToString()

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