예제 #1
0
 // Use this for initialization
 private void OnEnable()
 {
     instance   = this;
     pd         = GetComponent <Hv_AccoPlayer_AudioLib>();
     voiceToUse = new int[16]; // store a seq track/voice value for each step
     loader     = GetComponent <audioLoader>();
 }
예제 #2
0
 // same object reference
 Assert.True(seq.SequenceEqual(seq, equality));
예제 #3
0
파일: Nth.cs 프로젝트: brettdewoody/funclib
 : coll is ISeq seq?nth(seq, index)
             : throw new InvalidOperationException($"{nameof(Nth)} no supported on this type: {coll.GetType().FullName}");