Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
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
Datei anzeigen
Open project: Clarksj4/Theme-Supermarket-Tycoon-World
Public Methods
Method
Description
Idle
(
Customer
customer
,
float
seconds
= 5 ) :
System.Collections
StopCoroutines
( ) :
void
Private Methods
Method
Description
Delay
(
float
duration
) :
IEnumerator
Method Details
Idle()
public
method
public
Idle
(
Customer
customer
,
float
seconds
= 5 ) :
System.Collections
customer
Customer
seconds
float
return
System.Collections
StopCoroutines()
public
method
public
StopCoroutines
( ) :
void
return
void