class MAGES::Editor::UniqueReferencePropertyDrawer¶
Property drawer for unique reference.
class UniqueReferencePropertyDrawer: public PropertyDrawer { public: // methods override float GetPropertyHeight(SerializedProperty property, GUIContent label); override void OnGUI( Rect position, SerializedProperty property, GUIContent label ); };