C# Class CharacterManager, Asylum

Inheritance: MonoBehaviour
Exibir arquivo Open project: jump4r/Asylum Class Usage Examples

Public Methods

Method Description
ActivateCharacter ( string key ) : void
IsActive ( string key ) : bool

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

ActivateCharacter() public method

public ActivateCharacter ( string key ) : void
key string
return void

IsActive() public method

public IsActive ( string key ) : bool
key string
return bool