C# 클래스 AnimationStateController, PGP2

상속: MonoBehaviour
파일 보기 프로젝트 열기: theiis/PGP2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bagAnimation Animation
endAnimation bool
equipInventory bool
equippedInventory bool
handGrab bool
handOpen bool
idle bool
unEquipInventory bool
walkBackwards bool
walkForwards bool

보호된 프로퍼티들

프로퍼티 타입 설명
animator Animator

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

animator 보호되어 있는 프로퍼티

protected Animator animator
리턴 Animator

bagAnimation 공개적으로 프로퍼티

public Animation bagAnimation
리턴 Animation

endAnimation 공개적으로 프로퍼티

public bool endAnimation
리턴 bool

equipInventory 공개적으로 프로퍼티

public bool equipInventory
리턴 bool

equippedInventory 공개적으로 프로퍼티

public bool equippedInventory
리턴 bool

handGrab 공개적으로 프로퍼티

public bool handGrab
리턴 bool

handOpen 공개적으로 프로퍼티

public bool handOpen
리턴 bool

idle 공개적으로 프로퍼티

public bool idle
리턴 bool

unEquipInventory 공개적으로 프로퍼티

public bool unEquipInventory
리턴 bool

walkBackwards 공개적으로 프로퍼티

public bool walkBackwards
리턴 bool

walkForwards 공개적으로 프로퍼티

public bool walkForwards
리턴 bool