Skip to content

Instantly share code, notes, and snippets.

@moonlitocean
moonlitocean / Docker.cs
Created June 23, 2018 14:05 — forked from Thundernerd/Docker.cs
Helper to dock EditorWindows
#if UNITY_EDITOR
using System;
using System.Reflection;
using UnityEditor;
using UnityEngine;
public static class Docker
{
#region Reflection Types