Version: 2017.2

PlistElementArray

class in UnityEditor.iOS.Xcode

/

继承自:iOS.Xcode.PlistElement

切换到手册

描述

表示 plist 文档中的数组元素。

变量

values存储在数组元素中的值。

构造函数

PlistElementArray创建新的数组元素。

公共函数

AddArrayConvenience method to append new array to values.
AddBooleanConvenience method to append new boolean element to values.
AddDictConvenience method to append new dictionary to values.
AddIntegerConvenience method to append new integer element to values.
AddStringConvenience method to append new string element to values.

继承的成员

变量

this[string]用于访问字典元素属性的便捷方法。

公共函数

AsArrayConvenience method to convert to array element.
AsBooleanConvenience method to convert to bool.
AsDictConvenience method to convert to dictionary element.
AsIntegerConvenience method to convert to integer.
AsStringConvenience method to convert to string.