Beispiel #1
0
 /// <summary>
 /// Set the tempo configuration that you would like. Will take effect once the tempo starts.
 /// </summary>
 /// <param name="tempoConfig">The tempo config you would like to set</param>
 public void SetTempoConfig(TempoConfig tempoConfig)
 {
     config = tempoConfig;
 }
 public void SetConfig(TempoConfig config)
 {
     theConfig = config;
 }
 void OnEnable()
 {
     theConfig = (TempoConfig)target;
 }