Function AIBase.SimulateRotationTowards
        
                SimulateRotationTowards
        
                (Vector2 direction, float maxDegreesMainAxis, float maxDegreesOffAxis=…)
    
            
            Simulates rotating the agent towards the specified direction and returns the new rotation.
                Protected
            
        
        
                SimulateRotationTowards
        
                (Vector3 direction, float maxDegrees)
    
            
            Simulates rotating the agent towards the specified direction and returns the new rotation.
                Public