AlphaTab.Rendering.Effects.LetRingEffectInfo.ShouldCreateGlyphForNote C# (CSharp) Méthode

ShouldCreateGlyphForNote() protected méthode

protected ShouldCreateGlyphForNote ( EffectBarRenderer renderer, Note note ) : bool
renderer EffectBarRenderer
note AlphaTab.Model.Note
Résultat bool
        protected override bool ShouldCreateGlyphForNote(EffectBarRenderer renderer, Note note)
        {
            return note.IsLetRing;
        }