class MAGES::SceneGraph::Editor::SetAnimatorPropertyStepDrawer

Custom property drawer for the SetAnimatorPropertyStep.

class SetAnimatorPropertyStepDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);
};