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

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