Version: 2017.2

PlistElementDict

class in UnityEditor.iOS.Xcode

/

继承自:iOS.Xcode.PlistElement

切换到手册

描述

表示 plist 文档中的字典元素。

变量

this[string]用于访问存储的值的便捷方法。
values存储在字典元素中的值。

构造函数

PlistElementDict创建新的字典元素。

公共函数

CreateArray用于将属性设置为新数组元素的便捷方法。
CreateDict用于将属性设置为新字典元素的便捷方法。
SetBoolean用于设置布尔值属性的便捷方法。
SetInteger用于设置整数属性的便捷方法。
SetString用于设置字符串属性的便捷方法。

继承的成员

变量

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.