static void Init() { ComponentCopier window = (ComponentCopier)EditorWindow.GetWindow(typeof(ComponentCopier)); window.Show(); }
/// <summary> /// Acts as a constructor of this class. /// </summary> public void Initialize() { foldStates = new List <AnimBool>(); Copier = new ComponentCopier(); }