AddBeat() 공개 메소드

public AddBeat ( BeatBounds bounds ) : void
bounds BeatBounds
리턴 void
예제 #1
0
 public void AddBeat(BeatBounds bounds)
 {
     bounds.BarBounds = this;
     Beats.Add(bounds);
     MasterBarBounds.AddBeat(bounds);
 }