C# Class TuxedoBerries.ScenePanel.PreferenceHandler.EditorPreferenceChannel

Editor Preference Handler Channel Channel between EditorPreferenceHandler and source.
Inheritance: IPreferenceChannel
Afficher le fichier Open project: TuxedoBerries/ScenePanel

Méthodes publiques

Méthode Description
EditorPreferenceChannel ( EditorPreferenceHandler instance, System className, string instanceName )
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

Method Details

EditorPreferenceChannel() public méthode

public EditorPreferenceChannel ( EditorPreferenceHandler instance, System className, string instanceName )
instance EditorPreferenceHandler
className System
instanceName string

GetBool() public méthode

public GetBool ( string name ) : bool
name string
Résultat bool

GetFloat() public méthode

public GetFloat ( string name ) : float
name string
Résultat float

GetInt() public méthode

public GetInt ( string name ) : int
name string
Résultat int

GetString() public méthode

public GetString ( string name ) : string
name string
Résultat string

SetValue() public méthode

public SetValue ( string name, bool value ) : void
name string
value bool
Résultat void

SetValue() public méthode

public SetValue ( string name, float value ) : void
name string
value float
Résultat void

SetValue() public méthode

public SetValue ( string name, int value ) : void
name string
value int
Résultat void

SetValue() public méthode

public SetValue ( string name, string value ) : void
name string
value string
Résultat void