C# Class Assets.Plugins.Editor.uFrame.Editor.Systems.NavigationSystem.NavigationHistoryUISystem

Inheritance: DiagramPlugin, IDrawNavigationHistory, ICommandExecuted
Mostrar archivo Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
CommandExecuted ( ICommand command ) : void
DrawNavigationHistory ( Rect rect ) : void

Private Methods

Method Description
UpdateItems ( ) : void
UpdateList ( ) : void

Method Details

CommandExecuted() public method

public CommandExecuted ( ICommand command ) : void
command ICommand
return void

DrawNavigationHistory() public method

public DrawNavigationHistory ( Rect rect ) : void
rect UnityEngine.Rect
return void