Constructor ExpandedState
ExpandedState(TState, string)
Constructor will create the key to store in the EditorPref the state given generic type passed.
선언
public ExpandedState(TState defaultValue, string prefix = "CoreRP")
파라미터
| 타입 | 이름 | 설명 | 
|---|---|---|
| TState | defaultValue | If key did not exist, it will be created with this value for initialization.  | 
    
| string | prefix |