Ejemplo n.º 1
0
        public static void Open()
        {
            LayerWindow window = EditorWindow.GetWindow <LayerWindow>();

            window.titleContent.text = window.GetType().Name;
            EditorWindow editorWindow  = window;
            EditorWindow editorWindow2 = window;
            Vector2      vector        = new Vector2(400f, 200f);

            editorWindow2.maxSize = vector;
            editorWindow.minSize  = vector;
            window.Show();
        }
Ejemplo n.º 2
0
 public static void CheckLayerMatch()
 {
     LayerWindow.Open();
 }