public override bool CanCacheInspectorGUI(SerializedProperty property) { var internalValueProperty = property.FindPropertyRelative("internalValue"); return(EditorGUI.CanCacheInspectorGUI(internalValueProperty)); }