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

AddBeat() public method

public AddBeat ( BeatBounds bounds ) : void
bounds BeatBounds
return void
        public void AddBeat(BeatBounds bounds)
        {
            _beatLookup[bounds.Beat.Id] = bounds;
        }