回答編集履歴

1

サンプルコード修正

2019/12/25 07:55

投稿

BluOxy
BluOxy

スコア2663

test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  foreach(var property in a.GetType().GetProperties()){
38
38
 
39
- Debug.Log(string.Join("/",property.GetValues(a).ToString()));
39
+ Debug.Log(string.Join("/",property.GetValue(a).ToString()));
40
40
 
41
41
  }
42
42