Combining Custom Editors

I have a class that uses multiple different ScriptableObjects. I’ve written CustomEditors for them.

How do I use those editors I already wrote in a class that uses those ScriptableObjects as properties?

As below I have “WorkBehavior”. Axis and AxisBoolean types are ScriptableObjects.
7534805--930428--upload_2021-9-30_2-10-7.png

Here is how it is rendered if I inspect the Axis asset.

7534805--930431--upload_2021-9-30_2-11-13.png

And how it is rendered in the Class it is a property in.

7534805--930437--upload_2021-9-30_2-12-28.png

7534805--930434--upload_2021-9-30_2-11-57.png

Try the CreateEditor() function