Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Supermarket
Exit
C# Class Supermarket.Exit
Customer state for making the customer proceed to the exit. Customer is removed from play upon reaching the exit
Inheritance:
CustomerState
Show file
Open project: Clarksj4/Theme-Supermarket-Tycoon-World
Public Methods
Method
Description
Exit
(
Customer
customer
) :
UnityEngine
OnInteract
(
InteractionZone
other
) :
void
Method Details
Exit()
public
method
public
Exit
(
Customer
customer
) :
UnityEngine
customer
Customer
return
UnityEngine
OnInteract()
public
method
public
OnInteract
(
InteractionZone
other
) :
void
other
InteractionZone
return
void