Version: 2017.2

PlistElementString

class in UnityEditor.iOS.Xcode

/

继承自:iOS.Xcode.PlistElement

切换到手册

描述

表示 plist 文档中的字符串元素。

变量

value存储在字符串元素中的值。

构造函数

PlistElementString创建新的字符串元素。

继承的成员

变量

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.