注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
using UnityEngine; using UnityEditor; using System; using System.Runtime.InteropServices; public ... using UnityEngine; using UnityEditor; using System; using System.Runtime.InteropServices; public delegate IntPtr WndProcDelegate(IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam); class test : EditorWindow { [DllImport("user32.dll", CharSet = CharSet.Auto, ExactSpelling = true)] public static extern System.IntPtr GetForegroundWindow(); [DllImport("user32.dll", EntryPoint = "SetWindowLong")] pri
2016/03/03 リンク