C# Class GameFramework.BlackBoard

Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Méthode Description
ClearVariables ( ) : void
Reset ( ) : void
SetVariable ( string key, object val ) : void
TryGetVariable ( string key, object &val ) : bool

Method Details

ClearVariables() public méthode

public ClearVariables ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetVariable() public méthode

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

TryGetVariable() public méthode

public TryGetVariable ( string key, object &val ) : bool
key string
val object
Résultat bool