BananaMpq.View.Presenters.NavMeshPresenter.NavMeshPresenter C# (CSharp) Method

NavMeshPresenter() public method

public NavMeshPresenter ( INavigationMeshSettingsView view ) : System.Collections.Generic
view INavigationMeshSettingsView
return System.Collections.Generic
        public NavMeshPresenter(INavigationMeshSettingsView view)
        {
            _view = view;
        }