public static bool IsInArray(this SerializedProperty property)
 {
     return(property.ArrayIndex() != -1);
 }