예제 #1
0
 public ProfilerCategory(string categoryName, ProfilerCategoryColor color)
 {
     m_CategoryId = ProfilerUnsafeUtility.CreateCategory(categoryName, color);
 }
예제 #2
0
 public ProfilerCategory(string categoryName)
 {
     m_CategoryId = ProfilerUnsafeUtility.CreateCategory(categoryName, ProfilerCategoryColor.Scripts);
 }