C# 클래스 ReceptorAI, 2015-Fall

상속: MonoBehaviour
파일 보기 프로젝트 열기: BioRubeBotProject/2015-Fall

공개 프로퍼티들

프로퍼티 타입 설명
directionChangeInterval float
fMode ForceMode2D
maxHeadingChange float
nextWaypointDisance float
path Path
seekTime float
speed float
target Transform
updateRate float

공개 메소드들

메소드 설명
OnPathComplete ( Path p ) : void

비공개 메소드들

메소드 설명
FixedUpdate ( ) : void
Move ( ) : void
Roam ( ) : void
SearchForObject ( ) : IEnumerator
Start ( ) : void
UpdatePath ( ) : IEnumerator

메소드 상세

OnPathComplete() 공개 메소드

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

프로퍼티 상세

directionChangeInterval 공개적으로 프로퍼티

public float directionChangeInterval
리턴 float

fMode 공개적으로 프로퍼티

public ForceMode2D fMode
리턴 ForceMode2D

maxHeadingChange 공개적으로 프로퍼티

public float maxHeadingChange
리턴 float

nextWaypointDisance 공개적으로 프로퍼티

public float nextWaypointDisance
리턴 float

path 공개적으로 프로퍼티

public Path path
리턴 Path

seekTime 공개적으로 프로퍼티

public float seekTime
리턴 float

speed 공개적으로 프로퍼티

public float speed
리턴 float

target 공개적으로 프로퍼티

public Transform target
리턴 Transform

updateRate 공개적으로 프로퍼티

public float updateRate
리턴 float