C# Class Supermarket.StaffManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Clarksj4/Theme-Supermarket-Tycoon-World Class Usage Examples

Méthodes publiques

Свойство Type Description
staffPrefab Staff

Méthodes publiques

Méthode Description
AddListener ( IStaffManagerListener listener ) : void
Awake ( ) : void
FillHirePool ( ) : void
Hire ( Staff staff ) : void
NotifyStaffFired ( Staff staff ) : void
NotifyStaffHired ( Staff staff ) : void
OnStaffHireCancel ( ) : void
OnStaffHired ( ) : void
RemoveListener ( IStaffManagerListener listener ) : void
Start ( ) : void

Method Details

AddListener() public méthode

public AddListener ( IStaffManagerListener listener ) : void
listener IStaffManagerListener
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

FillHirePool() public méthode

public FillHirePool ( ) : void
Résultat void

Hire() public méthode

public Hire ( Staff staff ) : void
staff Staff
Résultat void

NotifyStaffFired() public méthode

public NotifyStaffFired ( Staff staff ) : void
staff Staff
Résultat void

NotifyStaffHired() public méthode

public NotifyStaffHired ( Staff staff ) : void
staff Staff
Résultat void

OnStaffHireCancel() public méthode

public OnStaffHireCancel ( ) : void
Résultat void

OnStaffHired() public méthode

public OnStaffHired ( ) : void
Résultat void

RemoveListener() public méthode

public RemoveListener ( IStaffManagerListener listener ) : void
listener IStaffManagerListener
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

staffPrefab public_oe property

public Staff,Supermarket staffPrefab
Résultat Staff