Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEditor.iOS.Xcode
/
Inherits from:iOS.Xcode.PlistElement
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseRepresents an array element in plist document.
values | The values stored in the array element. |
PlistElementArray | Creates new array element. |
AddArray | Convenience method to append new array to values. |
AddBoolean | Convenience method to append new boolean element to values. |
AddDict | Convenience method to append new dictionary to values. |
AddInteger | Convenience method to append new integer element to values. |
AddString | Convenience method to append new string element to values. |
this[string] | Convenience method to access properties of a dictionary element. |