Skip to content

Commit 28e3c64

Browse files
authored
Create 82a-Javascript Editor Window-NewEditorScript.js.txt
1 parent 67d6d9d commit 28e3c64

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#pragma strict
2+
3+
class #SCRIPTNAME# extends EditorWindow {
4+
5+
@MenuItem ("Window/#SCRIPTNAME#")
6+
static function Initialize () {
7+
EditorWindow.GetWindow (#SCRIPTNAME#);
8+
}
9+
10+
function OnGUI () {
11+
12+
}
13+
14+
}

0 commit comments

Comments
 (0)