class ConditionalHidePropertyDrawer (ConditionalHidePropertyDrawer)
class ConditionalHidePropertyDrawer: PropertyDrawer {
public:
// methods
override float GetPropertyHeight(SerializedProperty property, GUIContent label);
override void OnGUI(
Rect position,
SerializedProperty property,
GUIContent label
);
};