Version: 2017.1

PlistDocument

class in UnityEditor.iOS.Xcode

切换到手册

描述

表示 Apple 属性列表文档。有关属性列表的文档,请访问此处:https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/PropertyList.html#//apple_ref/doc/uid/TP40008195-CH44

变量

root属性列表文档的根元素。
version属性列表文档的版本。目前,Apple 对所有属性列表文件均使用“1.0”版本。

构造函数

PlistDocument创建新的属性列表文档实例。

公共函数

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