| Namespace: | Sirenix.OdinInspector.Editor |
| Assembly: | Sirenix.OdinInspector.Editor |
public class AttributesExampleWindow : OdinMenuEditorWindow, ISerializationCallbackReceiver
public AttributesExampleWindow()
public override Vector4 WindowPadding { get; set; }
protected override OdinMenuTree BuildMenuTree()
| OdinMenuTree |
protected override void DrawEditor(int index)
| System.Int32 | index |
protected override void OnDestroy()
protected override void OnDisable()
public static void OpenWindow()
public static void OpenWindow(Type attributeType)
| System.Type | attributeType |