C# Class UnityEditor.PListConfig

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
PListConfig ( string fileName ) : System
Save ( ) : void
this ( string paramName ) : string

Private Methods

Method Description
GetRegex ( string paramName ) : Regex
WriteNewValue ( string key, string val ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

PListConfig() public method

public PListConfig ( string fileName ) : System
fileName string
return System

Save() public method

public Save ( ) : void
return void

this() public method

public this ( string paramName ) : string
paramName string
return string