예제 #1
0
파일: Audio.cs 프로젝트: zurgeg/riivolution
 static Mapping()
 {
     Instance = new DataArray.StructDescriptor(new Type[] { typeof(float), typeof(float), typeof(int) });
     DataArray.RegisterStruct(typeof(Mapping), Instance);
 }