AlphaTab.Rendering.Utils.BoundsLookup.BoundsLookup C# (CSharp) 메소드

BoundsLookup() 공개 메소드

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