質問編集履歴
1
内容更新
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
GameObject Target_Obj = null;
|
|
20
20
|
void OnGUI()
|
|
21
21
|
{
|
|
22
|
-
Target_Obj = (GameObject)EditorGUILayout.ObjectField( "Target_Obj" , Target_Obj , typeof(GameObject),
|
|
22
|
+
Target_Obj = (GameObject)EditorGUILayout.ObjectField( "Target_Obj" , Target_Obj , typeof(GameObject), true );
|
|
23
23
|
if( GUILayout.Button( "SetEvents",EditorStyles.miniButtonRight ) ){ Test(); }
|
|
24
24
|
}
|
|
25
25
|
|