C# 클래스 Supermarket.AddToCart

Customer state for adding a particular product from a particular shelf to the customers inventory.
상속: CustomerState
파일 보기 프로젝트 열기: Clarksj4/Theme-Supermarket-Tycoon-World

공개 메소드들

메소드 설명
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