AlphaTab.Rendering.Staves.StaveGroup.StaveGroup C# (CSharp) 메소드

StaveGroup() 공개 메소드

public StaveGroup ( ) : System
리턴 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();
        }