AlphaTab.Rendering.Utils.BoundsLookup.BoundsLookup C# (CSharp) Method

BoundsLookup() public method

public BoundsLookup ( ) : AlphaTab.Collections
return AlphaTab.Collections
        public BoundsLookup()
        {
            StaveGroups = new FastList<StaveGroupBounds>();
            _beatLookup = new FastDictionary<int, BeatBounds>();
        }