EditorProperty.drawRed

Used by the inspector, set to true when the property must draw with error color. This is used for editable children's properties.

  1. bool drawRed [@property getter]
  2. bool drawRed [@property setter]
    struct EditorProperty
    @nogc nothrow @property
    void
    drawRed
    (
    bool v
    )

Meta