C# Class Supermarket.AddToCart

Customer state for adding a particular product from a particular shelf to the customers inventory.
Inheritance: CustomerState
Afficher le fichier Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Méthodes publiques

Méthode Description
AddToCart ( Customer customer, string desiredProduct, Shelf shelf ) : UnityEngine
AnimationComplete ( ) : void
DestinationReached ( ) : void
Initialize ( ) : void
OnInteract ( InteractionZone other ) : void

Method Details

AddToCart() public méthode

public AddToCart ( Customer customer, string desiredProduct, Shelf shelf ) : UnityEngine
customer Customer
desiredProduct string
shelf Shelf
Résultat UnityEngine

AnimationComplete() public méthode

public AnimationComplete ( ) : void
Résultat void

DestinationReached() public méthode

public DestinationReached ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnInteract() public méthode

public OnInteract ( InteractionZone other ) : void
other InteractionZone
Résultat void