AlphaTab.Rendering.Glyphs.ScoreBeatGlyph.UpdateBeamingHelper C# (CSharp) 메소드

UpdateBeamingHelper() 공개 메소드

public UpdateBeamingHelper ( ) : void
리턴 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);
            }
        }