C# Class DebugMenu, ProjectCybersect

Class mostly used to debug onmobile phone. It prints things on screen.
Inheritance: MonoBehaviour
Mostrar archivo Open project: vfs-sct/ProjectCybersect Class Usage Examples

Public Methods

Method Description
AddBoost ( ) : void
AddShield ( ) : void
DamagePlayer ( ) : void
HealPlayer ( ) : void
RemoveShield ( ) : void

Method Details

AddBoost() public method

public AddBoost ( ) : void
return void

AddShield() public method

public AddShield ( ) : void
return void

DamagePlayer() public method

public DamagePlayer ( ) : void
return void

HealPlayer() public method

public HealPlayer ( ) : void
return void

RemoveShield() public method

public RemoveShield ( ) : void
return void