EditorProperty.checked

Used by the inspector, set to true when the property is checked.

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

Meta