isEnabled property
isEnabled as the name suggests, is used to enable or disable the editor When it is set to false, the user cannot edit or type in the editor
Implementation
bool isEnabled = true;
isEnabled as the name suggests, is used to enable or disable the editor When it is set to false, the user cannot edit or type in the editor
bool isEnabled = true;