PerformanceMeasuring.GameDebugTools.DebugCommandUI.PushExecutioner C# (CSharp) Méthode

PushExecutioner() public méthode

public PushExecutioner ( IDebugCommandExecutioner executioner ) : void
executioner IDebugCommandExecutioner
Résultat void
        public void PushExecutioner(IDebugCommandExecutioner executioner)
        {
            executioners.Push(executioner);
        }