コード例 #1
0
 public static FieldInfo GetArrayField(this SerializedProperty p)
 {
     return(p.GetArrayField(-2));
 }