namespace jeanf.propertyDrawer { /// /// The ways you can disable a field when using the DrawIf attribute and the condition isn't met. /// public enum DisablingType { ReadOnly = 2, DontDraw = 3 } }