Beispiel #1
0
 public ThreadData(MixedRealityToolkit.Sharing.ProfileThread newThread)
 {
     this.thread   = newThread;
     this.ThreadID = newThread.GetThreadID();
 }
 public SampleData(MixedRealityToolkit.Sharing.ProfileSample sample, int index, MixedRealityToolkit.Sharing.ProfileThread thread)
 {
     this.xSample     = sample;
     this.xThread     = thread;
     this.sampleIndex = index;
 }