C# Class PlayerPrefsX, Space-Rush2

Afficher le fichier Open project: M4R774/Space-Rush2 Class Usage Examples

Méthodes publiques

Méthode Description
GetBool ( string name ) : bool
GetBool ( string name, bool defaultValue ) : bool
SetBool ( string name, bool booleanValue ) : void

Method Details

GetBool() public static méthode

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

GetBool() public static méthode

public static GetBool ( string name, bool defaultValue ) : bool
name string
defaultValue bool
Résultat bool

SetBool() public static méthode

public static SetBool ( string name, bool booleanValue ) : void
name string
booleanValue bool
Résultat void