Enable GUIAttribute

Enables the GUI of properties that otherwise would be disabled.

[ShowInInspector]
public int GUIDisabledProperty { get { return 10; } }

[ShowInInspector, EnableGUI]
public int GUIEnabledProperty { get { return 10; } }