C# Class Supermarket.StaffState

显示文件 Open project: Clarksj4/Theme-Supermarket-Tycoon-World Class Usage Examples

Protected Properties

Property Type Description
animator UnityEngine.Animator
moveControl UnityEngine.NavMeshAgent
staff Staff
supermarket Supermarket

Public Methods

Method 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 method

public AnimationComplete ( ) : void
return void

CheckoutCommand() public method

public CheckoutCommand ( Checkout checkout ) : void
checkout Checkout
return void

DestinationReached() public method

public DestinationReached ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

MoveCommand() public method

public MoveCommand ( Vector3 destination ) : void
destination Vector3
return void

OnAwareOf() public method

public OnAwareOf ( Shelf shelf ) : void
shelf Shelf
return void

OnInteract() public method

public OnInteract ( InteractionZone other ) : void
other InteractionZone
return void

StaffState() public method

public StaffState ( Staff staff ) : System
staff Staff
return System

StopCoroutines() public method

public StopCoroutines ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

animator protected_oe property

protected Animator,UnityEngine animator
return UnityEngine.Animator

moveControl protected_oe property

protected NavMeshAgent,UnityEngine moveControl
return UnityEngine.NavMeshAgent

staff protected_oe property

protected Staff,Supermarket staff
return Staff

supermarket protected_oe property

protected Supermarket,Supermarket supermarket
return Supermarket