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

RegisterBeatLineX() 공개 메소드

public RegisterBeatLineX ( Beat beat, float up, float down ) : void
beat AlphaTab.Model.Beat
up float
down float
리턴 void
        public void RegisterBeatLineX(Beat beat, float up, float down)
        {
            _beatLineXPositions[beat.Index] = new BeatLinePositions(up, down);
        }