Namespace: | Sirenix.OdinInspector.Editor.Drawers |
Assembly: | Sirenix.OdinInspector.Editor |
public sealed class FolderPathAttributeDrawer : OdinAttributeDrawer<FolderPathAttribute, string>, IDefinesGenericMenuItems
public FolderPathAttributeDrawer()
protected override void DrawPropertyLayout(GUIContent label)
UnityEngine.GUIContent | label |
protected override void Initialize()
public void PopulateGenericMenu(InspectorProperty property, GenericMenu genericMenu)
InspectorProperty | property | |
UnityEditor.GenericMenu | genericMenu |