Skip to content

Commit 2b19dff

Browse files
authored
Create 82b-Javascript Custom Editor-NewCustomEditorScript.js.txt
1 parent 28e3c64 commit 2b19dff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#pragma strict
2+
3+
@CustomEditor (#SCRIPTNAME#)
4+
@CanEditMultipleObjects
5+
class #SCRIPTNAME# extends Editor {
6+
7+
function OnEnable () {
8+
9+
}
10+
11+
function OnInspectorGUI () {
12+
13+
}
14+
15+
}

0 commit comments

Comments
 (0)