Class ManualRVOAgent Extends MonoBehaviour
    Public
    
    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.
Public Variables
        
                speed
        
    
                
                
                    Public
                
            Private/Protected Members
        
                Awake
        
                ()
    
                
                
                    Private
                
            
        
                rvo
        
    
                
                
                    Private
                
            
        
                Update
        
                ()
    
                
                
                    Private