コード例 #1
0
 public ThreadData(HoloToolkit.Sharing.ProfileThread newThread)
 {
     this.thread   = newThread;
     this.ThreadID = newThread.GetThreadID();
 }
コード例 #2
0
 public SampleData(HoloToolkit.Sharing.ProfileSample sample, int index, HoloToolkit.Sharing.ProfileThread thread)
 {
     this.xSample     = sample;
     this.xThread     = thread;
     this.sampleIndex = index;
 }
コード例 #3
0
ファイル: ThreadData.cs プロジェクト: Microsoft/HoloToolkit
 public ThreadData(HoloToolkit.Sharing.ProfileThread newThread)
 {
     this.thread = newThread;
     this.ThreadID = newThread.GetThreadID();
 }
コード例 #4
0
ファイル: SampleData.cs プロジェクト: Microsoft/HoloToolkit
 public SampleData(HoloToolkit.Sharing.ProfileSample sample, int index, HoloToolkit.Sharing.ProfileThread thread)
 {
     this.xSample = sample;
     this.xThread = thread;
     this.sampleIndex = index;
 }