C# Class TextTable, CapsUnity

Afficher le fichier Open project: kofight/CapsUnity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddTextMap ( string fileName ) : void
fileName string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetList() public méthode

public GetList ( string fileName ) : List
fileName string
Résultat List

GetString() public méthode

public GetString ( string key ) : string
key string
Résultat string

TextTable() public méthode

public TextTable ( ) : UnityEngine
Résultat UnityEngine

Write() public méthode

public Write ( string name, string value ) : void
name string
value string
Résultat void