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

AddBeat() 공개 메소드

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