C# Класс Supermarket.AddToCart

Customer state for adding a particular product from a particular shelf to the customers inventory.
Наследование: CustomerState
Показать файл Открыть проект

Открытые методы

Метод Описание
AddToCart ( Customer customer, string desiredProduct, Shelf shelf ) : UnityEngine
AnimationComplete ( ) : void
DestinationReached ( ) : void
Initialize ( ) : void
OnInteract ( InteractionZone other ) : void

Описание методов

AddToCart() публичный Метод

public AddToCart ( Customer customer, string desiredProduct, Shelf shelf ) : UnityEngine
customer Customer
desiredProduct string
shelf Shelf
Результат UnityEngine

AnimationComplete() публичный Метод

public AnimationComplete ( ) : void
Результат void

DestinationReached() публичный Метод

public DestinationReached ( ) : void
Результат void

Initialize() публичный Метод

public Initialize ( ) : void
Результат void

OnInteract() публичный Метод

public OnInteract ( InteractionZone other ) : void
other InteractionZone
Результат void