C# Class ControlaLogger

Inheritance: MonoBehaviour
Show file Open project: ProgJogos/programacao-2sem2014

Public Properties

Property Type Description
AI bool
Arte bool
Gameplay bool
Som bool

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

AI public property

public bool AI
return bool

Arte public property

public bool Arte
return bool

Gameplay public property

public bool Gameplay
return bool

Som public property

public bool Som
return bool