- Home /
 
 
               Question by 
               unity_l91III5Mu0QEXw · May 23 at 09:26 AM · 
                custom editorserializedpropertycustom inspector  
              
 
              Custom inspector: How can I find out if a SerializedProperty will be drawn by a custom property drawer?
While writing a custom editor (inspector) for a ScriptableObject, I am iterating the serialized properties of the SerializedObject.
Is there a way to tell if a given serialized property will be drawn by a custom property drawer?
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Custom Inspector doesn't show changes immediatley 2 Answers
CustomPropertyDrawer undoable properties 1 Answer
SerializedObject.FindProperty returning null 2 Answers
Is there any way to hide the "Object picker" of an EditorGUILayout.ObjectField ? 2 Answers
SerializedProperty.DeleteArrayElementAtIndex leaves a null instead of removing an item. 2 Answers