Beispiel #1
0
 public NoteVibratoGlyph(float x, float y, VibratoType type, float scale = 1.2f)
     : base(BeatXPosition.EndBeat)
 {
     _type  = type;
     _scale = scale;
     X      = x;
     Y      = y;
 }
Beispiel #2
0
 public BeatVibratoGlyph(VibratoType type)
     : base(BeatXPosition.EndBeat)
 {
     _type = type;
 }