Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Supermarket
Idle
C# Класс 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
Наследование:
CustomerState
Показать файл
Открыть проект
Открытые методы
Метод
Описание
Idle
(
Customer
customer
,
float
seconds
= 5 ) :
System.Collections
StopCoroutines
( ) :
void
Приватные методы
Метод
Описание
Delay
(
float
duration
) :
IEnumerator
Описание методов
Idle()
публичный
Метод
public
Idle
(
Customer
customer
,
float
seconds
= 5 ) :
System.Collections
customer
Customer
seconds
float
Результат
System.Collections
StopCoroutines()
публичный
Метод
public
StopCoroutines
( ) :
void
Результат
void