質問編集履歴

1

内容更新

2019/03/17 07:21

投稿

Yamakagasi
Yamakagasi

スコア21

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  {
42
42
 
43
- Target_Obj = (GameObject)EditorGUILayout.ObjectField( "Target_Obj" , Target_Obj , typeof(GameObject), false );
43
+ Target_Obj = (GameObject)EditorGUILayout.ObjectField( "Target_Obj" , Target_Obj , typeof(GameObject), true );
44
44
 
45
45
  if( GUILayout.Button( "SetEvents",EditorStyles.miniButtonRight ) ){ Test(); }
46
46