Constructor ExpandedStateList
ExpandedStateList(string)
Constructor will create the key to store in the EditorPref the state given generic type passed. The key will be formated as such prefix:TTarget:TState:UI_State.
Declaration
public ExpandedStateList(string prefix = "CoreRP")
Parameters
Type | Name | Description |
---|---|---|
string | prefix | [Optional] Prefix scope of the key (Default is CoreRP) |