AlphaTab.Rendering.EffectBarRenderer.CreateBeatGlyphs C# (CSharp) Метод

CreateBeatGlyphs() защищенный Метод

protected CreateBeatGlyphs ( ) : void
Результат void
        protected override void CreateBeatGlyphs()
        {
            foreach (var voice in Bar.Voices)
            {
                _effectGlyphs.Add(new FastDictionary<int, EffectGlyph>());
                _uniqueEffectGlyphs.Add(new FastList<EffectGlyph>());
                CreateVoiceGlyphs(voice);
            }
        }