class MAGES::Attributes::Editor::MAGESTooltipDrawer¶
The MAGES Tooltip drawer.
class MAGESTooltipDrawer: public PropertyDrawer
{
public:
// methods
override void OnGUI(
Rect position,
SerializedProperty property,
GUIContent label
);
};