Version: 2019.1

PlistElementBoolean

class in UnityEditor.iOS.Xcode

/

継承:iOS.Xcode.PlistElement

マニュアルに切り替える

説明

plist ドキュメントの boolean 要素

変数

valueboolean 要素に保存されている値

コンストラクタ

PlistElementBoolean新規の boolean 要素を作成します。

継承メンバー

変数

this[string]dictionary のプロパティーにアクセスするのに便利なメソッドです。

Public 関数

AsArrayConvenience function to convert to array element.
AsBooleanConvenience function to convert to bool.
AsDateConvenience function to convert to date.
AsDictConvenience function to convert to dictionary element.
AsIntegerConvenience function to convert to integer.
AsRealConvenience function to convert to float.
AsStringConvenience function to convert to string.