C# Class AlphaTab.Rendering.Effects.LetRingEffectInfo

Inheritance: NoteEffectInfoBase
Show file Open project: CoderLine/alphaTab

Public Methods

Method Description
CreateNewGlyph ( EffectBarRenderer renderer, Beat beat ) : EffectGlyph
GetHeight ( EffectBarRenderer renderer ) : float

Protected Methods

Method Description
ShouldCreateGlyphForNote ( EffectBarRenderer renderer, Note note ) : bool

Method Details

CreateNewGlyph() public method

public CreateNewGlyph ( EffectBarRenderer renderer, Beat beat ) : EffectGlyph
renderer EffectBarRenderer
beat AlphaTab.Model.Beat
return AlphaTab.Rendering.Glyphs.EffectGlyph

GetHeight() public method

public GetHeight ( EffectBarRenderer renderer ) : float
renderer EffectBarRenderer
return float

ShouldCreateGlyphForNote() protected method

protected ShouldCreateGlyphForNote ( EffectBarRenderer renderer, Note note ) : bool
renderer EffectBarRenderer
note AlphaTab.Model.Note
return bool