Beispiel #1
0
 public FrameDataView(ProfilerViewType viewType, int frameIndex, int threadIndex, ProfilerColumn profilerSortColumn, bool sortAscending)
 {
     this.m_Ptr = FrameDataView.Internal_Create(viewType, frameIndex, threadIndex, profilerSortColumn, sortAscending);
 }