예제 #1
0
 private static void BuildHelpContent()
 {
     if (m_Profile == null)
     {
         Debug.LogError("Can't load help content, since there isn't an active sky profile.");
         return;
     }
     m_HelpItems = m_Profile.GroupDefinitionDictionary();
 }