PlistDocument

class in UnityEditor.iOS.Xcode

매뉴얼로 전환

설명

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

변수

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.

생성자

PlistDocumentCreates a new property list document instance.

Public 함수

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.