Version: 5.6

PlistDocument

class in UnityEditor.iOS.Xcode

切换到手册

描述

Represents an Apple's plist document.

变量

rootThe root element of the plist document.
versionThe version of the plist document. At the moment Apple uses '1.0' for all plist files.

构造函数

PlistDocumentCreates a new plist document instance.

公共函数

ReadFromFile从给定路径标识的文件中读取文档。
ReadFromStream从给定的文本阅读器中读取项目。
ReadFromString从给定的字符串中读取文档。
WriteToFile将项目内容写入指定文件。
WriteToStream将文档内容写入指定的文本写入器。
WriteToString将文档内容写入字符串。