dessin par défaut sérialiséProperty Unity

SerializedProperty element = [some serialized property];
var editor = Editor.CreateEditor((ChoiceAction)element.objectReferenceValue);
	editor.OnInspectorGUI();
Busy Beaver