C# Class GameFramework.GlobalData

Afficher le fichier Open project: dreamanlan/CSharpGameFramework

Méthodes publiques

Méthode Description
AddFloat ( string key, float val ) : void
AddInt ( string key, int val ) : void
AddStr ( string key, string val ) : void
Clear ( ) : void
GetFloat ( string key ) : float
GetInt ( string key ) : int
GetStr ( string key ) : string
RemoveFloat ( string key ) : void
RemoveInt ( string key ) : void
RemoveStr ( string key ) : void

Method Details

AddFloat() public méthode

public AddFloat ( string key, float val ) : void
key string
val float
Résultat void

AddInt() public méthode

public AddInt ( string key, int val ) : void
key string
val int
Résultat void

AddStr() public méthode

public AddStr ( string key, string val ) : void
key string
val string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetFloat() public méthode

public GetFloat ( string key ) : float
key string
Résultat float

GetInt() public méthode

public GetInt ( string key ) : int
key string
Résultat int

GetStr() public méthode

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

RemoveFloat() public méthode

public RemoveFloat ( string key ) : void
key string
Résultat void

RemoveInt() public méthode

public RemoveInt ( string key ) : void
key string
Résultat void

RemoveStr() public méthode

public RemoveStr ( string key ) : void
key string
Résultat void