예제 #1
0
 public ProfilerCategory(string categoryName)
 {
     this.m_CategoryId = ProfilerUnsafeUtility.GetCategoryByName(categoryName);
 }