C# Class FluffyManager.ManagerJob_Trading

Inheritance: ManagerJob
Afficher le fichier Open project: FluffierThanThou/RW_Manager Class Usage Examples

Méthodes publiques

Méthode Description
CleanUp ( ) : void
DrawListEntry ( Rect rect, bool overview = true, bool active = true ) : void
DrawOverviewDetails ( Rect rect ) : void
ManagerJob_Trading ( Manager manager ) : System
TryDoJob ( ) : bool

Method Details

CleanUp() public méthode

public CleanUp ( ) : void
Résultat void

DrawListEntry() public méthode

public DrawListEntry ( Rect rect, bool overview = true, bool active = true ) : void
rect UnityEngine.Rect
overview bool
active bool
Résultat void

DrawOverviewDetails() public méthode

public DrawOverviewDetails ( Rect rect ) : void
rect UnityEngine.Rect
Résultat void

ManagerJob_Trading() public méthode

public ManagerJob_Trading ( Manager manager ) : System
manager Manager
Résultat System

TryDoJob() public méthode

public TryDoJob ( ) : bool
Résultat bool