Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PlistDocument

class in UnityEditor.iOS.Xcode

Description

Represents an Apple property list document. Documentation on property lists can be found here. https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/PropertyList.html#//apple_ref/doc/uid/TP40008195-CH44

Properties

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

Constructors

PlistDocumentCreates a new property list document instance.

Public Methods

CreateCreate a new property list Document.
ReadFromFileReads the document from a file identified by the given path.
ReadFromStreamReads the project from the given text reader.
ReadFromStringReads the document from the given string.
WriteToFileWrites the project contents to the specified file.
WriteToStreamWrites the document contents to the specified text writer.
WriteToStringWrites the document contents to a string.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答