A* Pathfinding Project  4.1.14
The A* Pathfinding Project for Unity 3D
ManualRVOAgent Class Reference

Player controlled character which RVO agents will avoid. More...

Detailed Description

Player controlled character which RVO agents will avoid.

This script is intended to show how you can make NPCs avoid a player controlled (or otherwise externally controlled) character.

See also
Pathfinding.RVO.RVOController

Public Attributes

float speed = 1
 

Private Member Functions

void Awake ()
 
void Update ()
 

Private Attributes

RVOController rvo
 

Member Function Documentation

◆ Awake()

void Awake ( )
private

◆ Update()

void Update ( )
private

Member Data Documentation

◆ rvo

RVOController rvo
private

◆ speed

float speed = 1

The documentation for this class was generated from the following file: