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

ScoreSlideLineGlyph() 공개 메소드

public ScoreSlideLineGlyph ( SlideType type, Note startNote, BeatContainerGlyph parent ) : AlphaTab.Model
type SlideType
startNote AlphaTab.Model.Note
parent BeatContainerGlyph
리턴 AlphaTab.Model
        public ScoreSlideLineGlyph(SlideType type, Note startNote, BeatContainerGlyph parent)
            : base(0, 0)
        {
            _type = type;
            _startNote = startNote;
            _parent = parent;
        }