Version: 2019.1
Language: 中文

PlistElementBoolean

class in UnityEditor.iOS.Xcode

/

Inherits from:iOS.Xcode.PlistElement

Switch to Manual

Description

表示 plist 文档中的布尔值元素。

Variables

value存储在布尔值元素中的值。

Constructors

PlistElementBoolean创建新的布尔值元素。

Inherited members

Variables

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

Public Functions

AsArray用于转换为数组元素的便捷函数。
AsBoolean用于转换为 bool 的便捷函数。
AsDate用于转换为日期的便捷函数。
AsDict用于转换为字典元素的便捷函数。
AsInteger用于转换为整数的便捷函数。
AsReal用于转换为浮点的便捷函数。
AsString用于转换为字符串的便捷函数。