Esempio n. 1
0
        void Awake()
        {
            _context = ImGuiUn.CreateUnityContext();

            if (_enableDocking)
            {
                ImGui.GetIO().ConfigFlags |= ImGuiConfigFlags.DockingEnable;
            }
        }
Esempio n. 2
0
 void Awake()
 {
     _context = ImGuiUn.CreateUnityContext();
 }