cadencii.EditorManager.ClearCommandBuffer C# (CSharp) Method

ClearCommandBuffer() public method

public ClearCommandBuffer ( ) : void
return void
        public void ClearCommandBuffer() {
            s_root.Child.Clear();
            s_current = null;
        }