Class PatrolExample Extends MonoBehaviour
    Public
    
    Simple patrol behavior.
Public Variables
        
                targets
        
    
                    
                    Target points to move to in order.
                        Public
                    
                Private/Protected Members
        
                Awake
        
                ()
    
                    
                    
                        Private
                    
                
        
                Update
        
                ()
    
                    
                    Update is called once per frame.
                        Private
                    
                
        
                agent
        
    
                    
                    
                        Private
                    
                
        
                index
        
    
                    
                    Current target index.
                        Private