EditorProperty.readOnly

Used by the inspector, set to true when the property is read-only.

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

Meta