class MAGES::SceneGraph::Editor::ArrowEffectPropertyDrawer

Custom property drawer for ArrowEffectData.

class ArrowEffectPropertyDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);
};