C# Class TextTable, CapsUnity

Show file Open project: kofight/CapsUnity Class Usage Examples

Public Methods

Method Description
AddTextMap ( string fileName ) : void
Clear ( ) : void
GetList ( string fileName ) : List
GetString ( string key ) : string
TextTable ( ) : UnityEngine
Write ( string name, string value ) : void

Method Details

AddTextMap() public method

public AddTextMap ( string fileName ) : void
fileName string
return void

Clear() public method

public Clear ( ) : void
return void

GetList() public method

public GetList ( string fileName ) : List
fileName string
return List

GetString() public method

public GetString ( string key ) : string
key string
return string

TextTable() public method

public TextTable ( ) : UnityEngine
return UnityEngine

Write() public method

public Write ( string name, string value ) : void
name string
value string
return void