enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseForce the InspectorElement to generate specific types of inspectors, instead of going by the normal checks that try to find a custom inspector and if that fails generates a default inspector.
Normal | This is the default mode. It just means: check for a custom inspector and if none is found generate the default inspector. |
Default | Force generation of the default inspector, even if a custom inspector exists. |
Custom | Force generation of the custom inspector. If no custom inspector is found only a label will be generated, saying no inspector was found. |
IMGUI | Force generation of the custom IMGUI inspector. If no custom IMGUI inspector is found only a label will be generated, saying no IMGUI inspector was found. |