Mode

enumeration

매뉴얼로 전환

설명

Force 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.

변수

NormalThis is the default mode. It just means: check for a custom inspector and if none is found generate the default inspector.
DefaultForce generation of the default inspector, even if a custom inspector exists.
CustomForce generation of the custom inspector. If no custom inspector is found only a label will be generated, saying no inspector was found.
IMGUIForce 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.