PerformanceMeasuring.GameDebugTools.DebugCommandUI.PushExecutioner C# (CSharp) 메소드

PushExecutioner() 공개 메소드

public PushExecutioner ( IDebugCommandExecutioner executioner ) : void
executioner IDebugCommandExecutioner
리턴 void
        public void PushExecutioner(IDebugCommandExecutioner executioner)
        {
            executioners.Push(executioner);
        }