C# Class Agent, AutoNavAR

Inheritance: MonoBehaviour
Show file Open project: fantasmoio/AutoNavAR Class Usage Examples

Private Methods

Method Description
Arrive ( ) : Vector3

Steering behavior that steers towards a target and attempts to slow down before it reaches the target. Depending on the deceleration radius, max speed, and max force, it may not be able to come to a complete stop.

FixedUpdate ( ) : void
ObstacleAvoidance ( ) : Vector3

A steering behavior that detects obstacles ahead of the agent

Seek ( ) : Vector3

Steering behavior that steers towards a target at max speed.

Start ( ) : void
UpdateVelocityIndicators ( Vector3 desiredVelocity, Vector3 forwardVelocity ) : void