Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Supermarket
Idle
C# Class Supermarket.Idle
Customer state for making the customer stand idly for a set duration. Customer proceeds to Shop state at the conclusion of the idle duration
Inheritance:
CustomerState
Afficher le fichier
Open project: Clarksj4/Theme-Supermarket-Tycoon-World
Méthodes publiques
Méthode
Description
Idle
(
Customer
customer
,
float
seconds
= 5 ) :
System.Collections
StopCoroutines
( ) :
void
Private Methods
Méthode
Description
Delay
(
float
duration
) :
IEnumerator
Method Details
Idle()
public
méthode
public
Idle
(
Customer
customer
,
float
seconds
= 5 ) :
System.Collections
customer
Customer
seconds
float
Résultat
System.Collections
StopCoroutines()
public
méthode
public
StopCoroutines
( ) :
void
Résultat
void