C# Class ReceptorAI, 2015-Fall

Inheritance: MonoBehaviour
Mostra file Open project: BioRubeBotProject/2015-Fall

Public Properties

Property Type Description
directionChangeInterval float
fMode ForceMode2D
maxHeadingChange float
nextWaypointDisance float
path Path
seekTime float
speed float
target Transform
updateRate float

Public Methods

Method Description
OnPathComplete ( Path p ) : void

Private Methods

Method Description
FixedUpdate ( ) : void
Move ( ) : void
Roam ( ) : void
SearchForObject ( ) : IEnumerator
Start ( ) : void
UpdatePath ( ) : IEnumerator

Method Details

OnPathComplete() public method

public OnPathComplete ( Path p ) : void
p Path
return void

Property Details

directionChangeInterval public_oe property

public float directionChangeInterval
return float

fMode public_oe property

public ForceMode2D fMode
return ForceMode2D

maxHeadingChange public_oe property

public float maxHeadingChange
return float

nextWaypointDisance public_oe property

public float nextWaypointDisance
return float

path public_oe property

public Path path
return Path

seekTime public_oe property

public float seekTime
return float

speed public_oe property

public float speed
return float

target public_oe property

public Transform target
return Transform

updateRate public_oe property

public float updateRate
return float