BB.UserLevelClear.Set C# (CSharp) Méthode

Set() public static méthode

public static Set ( WorldType world, Level level, LevelClearState state ) : void
world WorldType
level Level
state LevelClearState
Résultat void
        public static void Set(WorldType world, Level level, LevelClearState state)
        {
            PlayerPrefs.SetString(MakeKey(world, level), state.ToString());
        }