C# Class GameFramework.BlackBoard

显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

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

Method Details

ClearVariables() public method

public ClearVariables ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

SetVariable() public method

public SetVariable ( string key, object val ) : void
key string
val object
return void

TryGetVariable() public method

public TryGetVariable ( string key, object &val ) : bool
key string
val object
return bool