C# 클래스 AIFollow, TheUnseen

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

공개 프로퍼티들

프로퍼티 타입 설명
canMove bool
canSearch bool
drawGizmos bool
pickNextWaypointDistance float
repathRate float
rotationSpeed float
speed float
target Transform
targetReached float

보호된 프로퍼티들

프로퍼티 타입 설명
controller CharacterController
lastPathSearch float
navmeshController NavmeshController,
path Vector3[]
pathIndex int
seeker Seeker,
tr Transform

공개 메소드들

메소드 설명
OnDrawGizmos ( ) : void
OnPathComplete ( Path, p ) : void
PathToTarget ( Vector3 targetPoint ) : void
ReachedEndOfPath ( ) : void
Repath ( ) : void
Reset ( ) : void
Resume ( ) : void
Start ( ) : void
Stop ( ) : void
Update ( ) : void
WaitToRepath ( ) : IEnumerator

메소드 상세

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

OnPathComplete() 공개 메소드

public OnPathComplete ( Path, p ) : void
p Path,
리턴 void

PathToTarget() 공개 메소드

public PathToTarget ( Vector3 targetPoint ) : void
targetPoint Vector3
리턴 void

ReachedEndOfPath() 공개 메소드

public ReachedEndOfPath ( ) : void
리턴 void

Repath() 공개 메소드

public Repath ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

WaitToRepath() 공개 메소드

public WaitToRepath ( ) : IEnumerator
리턴 IEnumerator

프로퍼티 상세

canMove 공개적으로 프로퍼티

public bool canMove
리턴 bool

canSearch 공개적으로 프로퍼티

public bool canSearch
리턴 bool

controller 보호되어 있는 프로퍼티

protected CharacterController controller
리턴 CharacterController

drawGizmos 공개적으로 프로퍼티

public bool drawGizmos
리턴 bool

lastPathSearch 보호되어 있는 프로퍼티

protected float lastPathSearch
리턴 float

navmeshController 보호되어 있는 프로퍼티

protected NavmeshController, navmeshController
리턴 NavmeshController,

path 보호되어 있는 프로퍼티

protected Vector3[] path
리턴 Vector3[]

pathIndex 보호되어 있는 프로퍼티

protected int pathIndex
리턴 int

pickNextWaypointDistance 공개적으로 프로퍼티

public float pickNextWaypointDistance
리턴 float

repathRate 공개적으로 프로퍼티

public float repathRate
리턴 float

rotationSpeed 공개적으로 프로퍼티

public float rotationSpeed
리턴 float

seeker 보호되어 있는 프로퍼티

protected Seeker, seeker
리턴 Seeker,

speed 공개적으로 프로퍼티

public float speed
리턴 float

target 공개적으로 프로퍼티

public Transform target
리턴 Transform

targetReached 공개적으로 프로퍼티

public float targetReached
리턴 float

tr 보호되어 있는 프로퍼티

protected Transform tr
리턴 Transform