Flood.Editor.Client.GUI.PaneGroup.PaneGroup C# (CSharp) Method

PaneGroup() public method

public PaneGroup ( Container parent, Editor.Services.PaneManager paneManager ) : System.Collections.Generic
parent Container
paneManager Editor.Services.PaneManager
return System.Collections.Generic
        public PaneGroup(Container parent, PaneManager paneManager)
            : base(parent)
        {
            AllowReorder = true;
        }