private void DrawTabView(string _propertyName) { SerializedProperty _property = serializedObject.FindProperty(_propertyName); // Draw child properties UnityEditorUtility.DrawChildPropertyFields(_property); }