Method | Description | |
---|---|---|
EditorPreferenceChannel ( |
||
GetBool ( string name ) : bool | ||
GetFloat ( string name ) : float | ||
GetInt ( string name ) : int | ||
GetString ( string name ) : string | ||
SetValue ( string name, bool value ) : void | ||
SetValue ( string name, float value ) : void | ||
SetValue ( string name, int value ) : void | ||
SetValue ( string name, string value ) : void |
public EditorPreferenceChannel ( |
||
instance | ||
className | System | |
instanceName | string |
public SetValue ( string name, bool value ) : void | ||
name | string | |
value | bool | |
return | void |
public SetValue ( string name, float value ) : void | ||
name | string | |
value | float | |
return | void |
public SetValue ( string name, int value ) : void | ||
name | string | |
value | int | |
return | void |
public SetValue ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |