AlphaTab.Rendering.Glyphs.TieGlyph.GetBeamDirection C# (CSharp) Méthode

GetBeamDirection() protected méthode

protected GetBeamDirection ( Note note, BarRendererBase noteRenderer ) : BeamDirection
note AlphaTab.Model.Note
noteRenderer BarRendererBase
Résultat BeamDirection
        protected virtual BeamDirection GetBeamDirection(Note note, BarRendererBase noteRenderer)
        {
            return BeamDirection.Down;
        }