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

TripletFeelGlyph() 공개 메소드

public TripletFeelGlyph ( TripletFeel tripletFeel ) : System
tripletFeel TripletFeel
리턴 System
        public TripletFeelGlyph(TripletFeel tripletFeel)
            : base(0, 0)
        {
            _tripletFeel = tripletFeel;
        }