質問するログイン新規登録

質問編集履歴

1

内容更新

2019/03/17 07:21

投稿

Yamakagasi
Yamakagasi

スコア21

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), false );
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