C# Class PlayerPrefsBool, Team4BabelGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/Team4BabelGame Class Usage Examples

Méthodes publiques

Méthode Description
GetBool ( string name ) : 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

SetBool() public static méthode

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