C# Class Supermarket.StaffState

Afficher le fichier Open project: Clarksj4/Theme-Supermarket-Tycoon-World Class Usage Examples

Protected Properties

Свойство Type Description
animator UnityEngine.Animator
moveControl UnityEngine.NavMeshAgent
staff Staff
supermarket Supermarket

Méthodes publiques

Méthode Description
AnimationComplete ( ) : void
CheckoutCommand ( Checkout checkout ) : void
DestinationReached ( ) : void
Initialize ( ) : void
MoveCommand ( Vector3 destination ) : void
OnAwareOf ( Shelf shelf ) : void
OnInteract ( InteractionZone other ) : void
StaffState ( Staff staff ) : System
StopCoroutines ( ) : void
Update ( ) : void

Method Details

AnimationComplete() public méthode

public AnimationComplete ( ) : void
Résultat void

CheckoutCommand() public méthode

public CheckoutCommand ( Checkout checkout ) : void
checkout Checkout
Résultat void

DestinationReached() public méthode

public DestinationReached ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MoveCommand() public méthode

public MoveCommand ( Vector3 destination ) : void
destination Vector3
Résultat void

OnAwareOf() public méthode

public OnAwareOf ( Shelf shelf ) : void
shelf Shelf
Résultat void

OnInteract() public méthode

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

StaffState() public méthode

public StaffState ( Staff staff ) : System
staff Staff
Résultat System

StopCoroutines() public méthode

public StopCoroutines ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

animator protected_oe property

protected Animator,UnityEngine animator
Résultat UnityEngine.Animator

moveControl protected_oe property

protected NavMeshAgent,UnityEngine moveControl
Résultat UnityEngine.NavMeshAgent

staff protected_oe property

protected Staff,Supermarket staff
Résultat Staff

supermarket protected_oe property

protected Supermarket,Supermarket supermarket
Résultat Supermarket