Ejemplo n.º 1
0
        public static void GetWindow(string _template)
        {
            ScriptCreatorWindow _launcher = (ScriptCreatorWindow)GetWindow(typeof(ScriptCreatorWindow));

            _launcher.template = _template;

            _launcher.maxSize = new Vector2(250, 50);
            _launcher.minSize = new Vector2(250, 50);
            _launcher.ShowUtility();
        }
Ejemplo n.º 2
0
 public static void CreateStateMachineBehaviour() => ScriptCreatorWindow.GetWindow(stateMachineBehaviour);
Ejemplo n.º 3
0
 public static void CreateMonoBehaviour() => ScriptCreatorWindow.GetWindow(monoBehaviour);