AlphaTab.Rendering.Utils.BeamingHelper.RegisterBeatLineX C# (CSharp) Méthode

RegisterBeatLineX() public méthode

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