Constructor EditorPrefBool
EditorPrefBool(string, bool)
Constructor
Declaration
public EditorPrefBool(string key, bool defaultValue = false)
Parameters
Type | Name | Description |
---|---|---|
string | key | Key in the editor preferences. |
bool | defaultValue | Default value of the preference. |