C# Class Polybrush.z_Pref

Afficher le fichier Open project: pedro15/UniShaders

Méthodes publiques

Méthode Description
ClearPrefs ( ) : void
GetBool ( string key, bool fallback = true ) : bool
GetColor ( string key, Color fallback = default(Color) ) : Color
GetFloat ( string key, float fallback = 1f ) : float
GetGradient ( string key ) : Gradient
GetInt ( string key, int fallback ) : int
HasKey ( string key ) : bool
SetBool ( string key, bool value ) : void
SetColor ( string key, Color value ) : void
SetFloat ( string key, float value ) : void
SetGradient ( string key, Gradient gradient ) : void
SetInt ( string key, int value ) : void
VersionCheck ( ) : bool

Method Details

ClearPrefs() public static méthode

public static ClearPrefs ( ) : void
Résultat void

GetBool() public static méthode

public static GetBool ( string key, bool fallback = true ) : bool
key string
fallback bool
Résultat bool

GetColor() public static méthode

public static GetColor ( string key, Color fallback = default(Color) ) : Color
key string
fallback Color
Résultat Color

GetFloat() public static méthode

public static GetFloat ( string key, float fallback = 1f ) : float
key string
fallback float
Résultat float

GetGradient() public static méthode

public static GetGradient ( string key ) : Gradient
key string
Résultat Gradient

GetInt() public static méthode

public static GetInt ( string key, int fallback ) : int
key string
fallback int
Résultat int

HasKey() public static méthode

public static HasKey ( string key ) : bool
key string
Résultat bool

SetBool() public static méthode

public static SetBool ( string key, bool value ) : void
key string
value bool
Résultat void

SetColor() public static méthode

public static SetColor ( string key, Color value ) : void
key string
value Color
Résultat void

SetFloat() public static méthode

public static SetFloat ( string key, float value ) : void
key string
value float
Résultat void

SetGradient() public static méthode

public static SetGradient ( string key, Gradient gradient ) : void
key string
gradient Gradient
Résultat void

SetInt() public static méthode

public static SetInt ( string key, int value ) : void
key string
value int
Résultat void

VersionCheck() public static méthode

public static VersionCheck ( ) : bool
Résultat bool