Exemplo n.º 1
0
 public ProfilerCategory(string categoryName, ProfilerCategoryColor color)
 {
     m_CategoryId = ProfilerUnsafeUtility.CreateCategory(categoryName, color);
 }
Exemplo n.º 2
0
 public ProfilerCategory(string categoryName)
 {
     m_CategoryId = ProfilerUnsafeUtility.CreateCategory(categoryName, ProfilerCategoryColor.Scripts);
 }