Ejemplo n.º 1
0
        public static void InitSequenceDesigner(string assetLocation)
        {
            //Create the window
            m_CurWindow = (EF_SequenceDesigner_Window)EditorWindow.GetWindow(typeof(EF_SequenceDesigner_Window));

            GUIContent titleContent = new GUIContent("Sequence Designer");

            m_CurWindow.titleContent = titleContent;

            CreateViews();
        }
 public static void InitSequenceDesigner()
 {
     EF_SequenceDesigner_Window.InitSequenceDesigner();
 }