C# 클래스 Supermarket.StaffState

파일 보기 프로젝트 열기: Clarksj4/Theme-Supermarket-Tycoon-World 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
animator UnityEngine.Animator
moveControl UnityEngine.NavMeshAgent
staff Staff
supermarket Supermarket

공개 메소드들

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

메소드 상세

AnimationComplete() 공개 메소드

public AnimationComplete ( ) : void
리턴 void

CheckoutCommand() 공개 메소드

public CheckoutCommand ( Checkout checkout ) : void
checkout Checkout
리턴 void

DestinationReached() 공개 메소드

public DestinationReached ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

MoveCommand() 공개 메소드

public MoveCommand ( Vector3 destination ) : void
destination Vector3
리턴 void

OnAwareOf() 공개 메소드

public OnAwareOf ( Shelf shelf ) : void
shelf Shelf
리턴 void

OnInteract() 공개 메소드

public OnInteract ( InteractionZone other ) : void
other InteractionZone
리턴 void

StaffState() 공개 메소드

public StaffState ( Staff staff ) : System
staff Staff
리턴 System

StopCoroutines() 공개 메소드

public StopCoroutines ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

animator 보호되어 있는 프로퍼티

protected Animator,UnityEngine animator
리턴 UnityEngine.Animator

moveControl 보호되어 있는 프로퍼티

protected NavMeshAgent,UnityEngine moveControl
리턴 UnityEngine.NavMeshAgent

staff 보호되어 있는 프로퍼티

protected Staff,Supermarket staff
리턴 Staff

supermarket 보호되어 있는 프로퍼티

protected Supermarket,Supermarket supermarket
리턴 Supermarket