AlphaTab.Rendering.Glyphs.ScoreBeatGlyph.UpdateBeamingHelper C# (CSharp) Method

UpdateBeamingHelper() public method

public UpdateBeamingHelper ( ) : void
return void
        public override void UpdateBeamingHelper()
        {
            if (NoteHeads != null)
            {
                NoteHeads.UpdateBeamingHelper(Container.X + X);
            }
            else if (RestGlyph != null)
            {
                RestGlyph.UpdateBeamingHelper(Container.X + X);
            }
            else if (RestGlyph != null)
            {
                RestGlyph.UpdateBeamingHelper(Container.X + X);
            }
        }