Function EditorProperty.readOnly
Used by the inspector, when the property is read-only.
bool readOnly() nothrow @property @nogc;
void readOnly
(
bool v
) nothrow @property @nogc;
Used by the inspector, when the property is read-only.
bool readOnly() nothrow @property @nogc;
void readOnly
(
bool v
) nothrow @property @nogc;