C# Class UnityEditor.iOS.Xcode.PlistElementDict

Inheritance: PlistElement
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
CreateArray ( string key ) : PlistElementArray
CreateDict ( string key ) : PlistElementDict
SetBoolean ( string key, bool val ) : void
SetInteger ( string key, int val ) : void
SetString ( string key, string val ) : void
this ( string key ) : PlistElement

Method Details

CreateArray() public method

public CreateArray ( string key ) : PlistElementArray
key string
return PlistElementArray

CreateDict() public method

public CreateDict ( string key ) : PlistElementDict
key string
return PlistElementDict

SetBoolean() public method

public SetBoolean ( string key, bool val ) : void
key string
val bool
return void

SetInteger() public method

public SetInteger ( string key, int val ) : void
key string
val int
return void

SetString() public method

public SetString ( string key, string val ) : void
key string
val string
return void

this() public method

public this ( string key ) : PlistElement
key string
return PlistElement