public static string[] GetAllSymbols()
 {
     return(EM_EditorUtil.GetConstants(typeof(EM_ScriptingSymbols)).Select(c => c.GetRawConstantValue() as string).ToArray());
 }