C# 클래스 RodrigueAgent, PathfindingToolUnity

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

공개 프로퍼티들

프로퍼티 타입 설명
canShoot bool
currentTarget GameObject
interestPoints List
isDodging bool
listOfBullets List
listOfFriends List
listOfTarget List
navMeshAgent UnityEngine.NavMeshAgent
nbOfDeath int
rateOfFire float
spawnPoint Vector3
targetPossible GameObject[]
teamName string
timeSinLastShot float

공개 메소드들

메소드 설명
Active ( ) : bool
ChangeTarget ( ) : void
FindTarget ( ) : void
GetTarget ( ) : void
Idle ( ) : void
Patrol ( ) : void
Regroup ( ) : void
SearchAndDestroy ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Shoot ( GameObject target ) : IEnumerator

메소드 상세

Active() 공개 메소드

public Active ( ) : bool
리턴 bool

ChangeTarget() 공개 메소드

public ChangeTarget ( ) : void
리턴 void

FindTarget() 공개 메소드

public FindTarget ( ) : void
리턴 void

GetTarget() 공개 메소드

public GetTarget ( ) : void
리턴 void

Idle() 공개 메소드

public Idle ( ) : void
리턴 void

Patrol() 공개 메소드

public Patrol ( ) : void
리턴 void

Regroup() 공개 메소드

public Regroup ( ) : void
리턴 void

SearchAndDestroy() 공개 메소드

public SearchAndDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

canShoot 공개적으로 프로퍼티

public bool canShoot
리턴 bool

currentTarget 공개적으로 프로퍼티

public GameObject currentTarget
리턴 GameObject

interestPoints 공개적으로 프로퍼티

public List interestPoints
리턴 List

isDodging 공개적으로 프로퍼티

public bool isDodging
리턴 bool

listOfBullets 공개적으로 프로퍼티

public List listOfBullets
리턴 List

listOfFriends 공개적으로 프로퍼티

public List listOfFriends
리턴 List

listOfTarget 공개적으로 프로퍼티

public List listOfTarget
리턴 List

navMeshAgent 공개적으로 프로퍼티

public NavMeshAgent,UnityEngine navMeshAgent
리턴 UnityEngine.NavMeshAgent

nbOfDeath 공개적으로 프로퍼티

public int nbOfDeath
리턴 int

rateOfFire 공개적으로 프로퍼티

public float rateOfFire
리턴 float

spawnPoint 공개적으로 프로퍼티

public Vector3 spawnPoint
리턴 Vector3

targetPossible 공개적으로 프로퍼티

public GameObject[] targetPossible
리턴 GameObject[]

teamName 공개적으로 프로퍼티

public string teamName
리턴 string

timeSinLastShot 공개적으로 프로퍼티

public float timeSinLastShot
리턴 float