C# 클래스 ItemCollectorForward, RPGQuest

상속: BaseInteraction
파일 보기 프로젝트 열기: hughrogers/RPGQuest

공개 메소드들

메소드 설명
DropInteract ( ChoiceContent, drop ) : bool
Interact ( ) : bool
TouchInteract ( ) : void

비공개 메소드들

메소드 설명
OnMouseUp ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void

메소드 상세

DropInteract() 공개 메소드

public DropInteract ( ChoiceContent, drop ) : bool
drop ChoiceContent,
리턴 bool

Interact() 공개 메소드

public Interact ( ) : bool
리턴 bool

TouchInteract() 공개 메소드

public TouchInteract ( ) : void
리턴 void