コード例 #1
0
 static void SendEvent(string component, string action)
 {
     EditorAnalytics.SendEventEditorGameService(new EditorGameServiceEvent
     {
         action        = action,
         assembly_info = "",
         component     = component,
         package       = k_EditorSource,
         package_ver   = ""
     });
 }