C# 클래스 NPCBehavior

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

공개 프로퍼티들

프로퍼티 타입 설명
braggerDialogue GameObject
friendDialogue GameObject
gossipDialogue GameObject
leaderDialogue GameObject
sneakyDialogue GameObject

공개 메소드들

메소드 설명
OnTriggerEnter ( Collider coll ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider coll ) : void
coll Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

braggerDialogue 공개적으로 프로퍼티

public GameObject braggerDialogue
리턴 GameObject

friendDialogue 공개적으로 프로퍼티

public GameObject friendDialogue
리턴 GameObject

gossipDialogue 공개적으로 프로퍼티

public GameObject gossipDialogue
리턴 GameObject

leaderDialogue 공개적으로 프로퍼티

public GameObject leaderDialogue
리턴 GameObject

sneakyDialogue 공개적으로 프로퍼티

public GameObject sneakyDialogue
리턴 GameObject