AlphaTab.Rendering.Staves.StaveGroup.StaveGroup C# (CSharp) Method

StaveGroup() public method

public StaveGroup ( ) : System
return System
        public StaveGroup()
        {
            MasterBars = new FastList<MasterBar>();
            Staves = new FastList<StaveTrackGroup>();
            _allStaves = new FastList<Staff>();
            Width = 0;
            Index = 0;
            _accoladeSpacingCalculated = false;
            AccoladeSpacing = 0;

            Helpers = new BarHelpersGroup();
        }