Version: 2017.2

PlistElementDict

class in UnityEditor.iOS.Xcode

/

継承:iOS.Xcode.PlistElement

マニュアルに切り替える

説明

plist ドキュメントの dictionary 要素

変数

this[string]保存されている値にアクセスするために便利なメソッドです。
valuesdictionary 要素に保存されている値

コンストラクタ

PlistElementDict新規に dictionary 要素を作成します。

Public 関数

CreateArray新規に array プロパティーを設定するのに便利なメソッドです。
CreateDict新規に dictionary プロパティーを設定するのに便利なメソッドです。
SetBoolean新規に boolean プロパティーを設定するのに便利なメソッドです。
SetInteger新規に int プロパティーを設定するのに便利なメソッドです。
SetString新規に string プロパティーを設定するのに便利なメソッドです。

継承メンバー

変数

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

Public 関数

AsArrayarray に変換する便利なメソッドです。
AsBooleanbool に変換する便利なメソッドです。
AsDictdictionary に変換する便利なメソッドです。
AsIntegerint に変換する便利なメソッドです。
AsStringstring に変換する便利なメソッドです。