BananaMpq.View.Presenters.NavMeshPresenter.NavMeshPresenter C# (CSharp) 메소드

NavMeshPresenter() 공개 메소드

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